Predefined or custom properties stored on the client side.
Signature:
export declare class UserPropertyValue
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(wireFormat) | Constructs a new instance of the UserPropertyValue class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
setTime | string | UTC client time when the user property was last set. | |
value | string | The last set value of a user property. |
analytics.UserPropertyValue.(constructor)
Constructs a new instance of the UserPropertyValue
class
Signature:
constructor(wireFormat: any);
Parameters
Parameter | Type | Description |
---|---|---|
wireFormat | any |
analytics.UserPropertyValue.setTime
UTC client time when the user property was last set.
Signature:
setTime: string;
analytics.UserPropertyValue.value
The last set value of a user property.
Signature:
value: string;