testLab.ClientInfo interface

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

簽名:

export interface ClientInfo 

特性

財產類型描述
客戶細繩客戶端名稱,例如“gcloud”。
細節記錄<字串,字串>有關客戶的詳細資訊的地圖。

testLab.ClientInfo.client

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

簽名:

client: string;

testLab.ClientInfo.details

有關客戶的詳細資訊的地圖。

簽名:

details: Record<string, string>;