testLab.ClientInfo class

Information about the client which invoked the test.

Signature:

exportdeclareclassClientInfo

Properties

PropertyModifiersTypeDescription
details{ [key: string]: string; }Map of detailed information about the client which invoked the test.
namestringClient name, e.g. 'gcloud'.

testLab.ClientInfo.details

Map of detailed information about the client which invoked the test.

Signature:

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

testLab.ClientInfo.name

Client name, e.g. 'gcloud'.

Signature:

name:string;