[[["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,["# analytics.UserPropertyValue class\n\nPredefined or custom properties stored on the client side.\n\n**Signature:** \n\n export declare class UserPropertyValue \n\nConstructors\n------------\n\n| Constructor | Modifiers | Description |\n|------------------------------------------------------------------------------------------------------------------------|-----------|------------------------------------------------------------|\n| [(constructor)(wireFormat)](./firebase-functions.analytics.userpropertyvalue.md#analyticsuserpropertyvalueconstructor) | | Constructs a new instance of the `UserPropertyValue` class |\n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|--------------------------------------------------------------------------------------------------|-----------|--------|------------------------------------------------------|\n| [setTime](./firebase-functions.analytics.userpropertyvalue.md#analyticsuserpropertyvaluesettime) | | string | UTC client time when the user property was last set. |\n| [value](./firebase-functions.analytics.userpropertyvalue.md#analyticsuserpropertyvaluevalue) | | string | The last set value of a user property. |\n\nanalytics.UserPropertyValue.(constructor)\n-----------------------------------------\n\nConstructs a new instance of the `UserPropertyValue` class\n\n**Signature:** \n\n constructor(wireFormat: any);\n\n### Parameters\n\n| Parameter | Type | Description |\n|------------|------|-------------|\n| wireFormat | any | |\n\nanalytics.UserPropertyValue.setTime\n-----------------------------------\n\nUTC client time when the user property was last set.\n\n**Signature:** \n\n setTime: string;\n\nanalytics.UserPropertyValue.value\n---------------------------------\n\nThe last set value of a user property.\n\n**Signature:** \n\n value: string;"]]