叫用測試的用戶端相關資訊。
簽名:
export interface ClientInfo
屬性
屬性 | 類型 | 說明 |
---|---|---|
客戶 | 字串 | 用戶端名稱,例如「gcloud」。 |
詳細資料 | 錄音<字串, 字串> | 用戶端詳細資訊的地圖。 |
testLab.ClientInfo.client
用戶端名稱,例如「gcloud」。
簽名:
client: string;
testLab.ClientInfo.details
用戶端詳細資訊的地圖。
簽名:
details: Record<string, string>;