叫用測試的用戶端相關資訊。
簽名:
export declare class ClientInfo
屬性
屬性 | 修飾符 | 類型 | 說明 |
---|---|---|---|
詳細資料 | { [key: string]: string;} | 叫用測試的用戶端詳細資訊對應圖。 | |
name | 字串 | 客戶名稱,例如「gcloud」。 |
testLab.ClientInfo.details
叫用測試的用戶端詳細資訊對應圖。
簽名:
details: {
[key: string]: string;
};
testLab.ClientInfo.name
客戶名稱,例如「gcloud」。
簽名:
name: string;