[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-13 UTC."],[],[],null,["# testLab.ClientInfo class\n\nInformation about the client which invoked the test.\n\n**Signature:** \n\n export declare class ClientInfo \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|--------------------------------------------------------------------------------|-----------|------------------------------|----------------------------------------------------------------------|\n| [details](./firebase-functions.testlab.clientinfo.md#testlabclientinfodetails) | | { \\[key: string\\]: string; } | Map of detailed information about the client which invoked the test. |\n| [name](./firebase-functions.testlab.clientinfo.md#testlabclientinfoname) | | string | Client name, e.g. 'gcloud'. |\n\ntestLab.ClientInfo.details\n--------------------------\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-----------------------\n\nClient name, e.g. 'gcloud'.\n\n**Signature:** \n\n name: string;"]]