testLab.ClientInfo class
Stay organized with collections
Save and categorize content based on your preferences.
Information about the client which invoked the test.
Signature:
export declare class ClientInfo
Properties
Property |
Modifiers |
Type |
Description |
details |
|
{ [key: string]: string; } |
Map of detailed information about the client which invoked the test. |
name |
|
string |
Client 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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-09-13 UTC.
[null,null,["Last updated 2022-09-13 UTC."],[],[],null,["Information about the client which invoked the test.\n\n**Signature:** \n\n export declare class ClientInfo \n\nProperties\n\ntestLab.ClientInfo.details\n\nMap of detailed information about the client which invoked the test.\n\n**Signature:** \n\n details: {\n [key: string]: string;\n };\n\ntestLab.ClientInfo.name\n\nClient name, e.g. 'gcloud'.\n\n**Signature:** \n\n name: string;"]]