testLab.ClientInfo interface

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

签名:

export interface ClientInfo 

特性

财产类型描述
客户细绳客户端名称,例如“gcloud”。
细节记录<字符串,字符串>有关客户的详细信息的地图。

testLab.ClientInfo.client

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

签名:

client: string;

testLab.ClientInfo.details

有关客户的详细信息的地图。

签名:

details: Record<string, string>;