testLab.ClientInfo class

有關調用測試的客戶端的資訊。

簽名:

export declare class ClientInfo 

特性

財產修飾符類型描述
細節{ [鍵:字串]:字串; }有關調用測試的客戶端的詳細資訊的對應。
姓名細繩客戶端名稱,例如“gcloud”。

testLab.ClientInfo.details

有關調用測試的客戶端的詳細資訊的對應。

簽名:

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

testLab.ClientInfo.name

客戶端名稱,例如“gcloud”。

簽名:

name: string;