testLab.ClientInfo class

对测试进行调用的客户端的相关信息。

签名

export declare class ClientInfo 

属性

属性 修饰符 类型 说明
详细信息 { [键: 字符串]: 字符串;} 调用测试的客户端详细信息的地图。
name 字符串 客户端名称,例如“gcloud”

testLab.ClientInfo.details

调用测试的客户端详细信息的地图。

签名

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

testLab.ClientInfo.name

客户端名称,例如“gcloud”

签名

name: string;