testLab.ClientInfo class

有关调用测试的客户端的信息。

签名:

export declare class ClientInfo 

特性

财产修饰符类型描述
细节{ [键:字符串]:字符串; }有关调用测试的客户端的详细信息的映射。
姓名细绳客户端名称,例如“gcloud”。

testLab.ClientInfo.details

有关调用测试的客户端的详细信息的映射。

签名:

details: {
        [key: string]: string;
    };

testLab.ClientInfo.name

客户端名称,例如“gcloud”。

签名:

name: string;