analytics.UserPropertyValue class

存储在客户端的预定义或自定义属性。

签名:

export declare class UserPropertyValue 

构造函数

构造函数修饰符描述
(构造函数)(wireFormat)构造UserPropertyValue类的新实例

特性

财产修饰符类型描述
设置时间细绳上次设置用户属性时的 UTC 客户端时间。
价值细绳用户属性的最后设置值。

Analytics.UserPropertyValue.(构造函数)

构造UserPropertyValue类的新实例

签名:

constructor(wireFormat: any);

参数

范围类型描述
有线格式任何

Analytics.UserPropertyValue.setTime

上次设置用户属性时的 UTC 客户端时间。

签名:

setTime: string;

Analytics.UserPropertyValue.value

用户属性的最后设置值。

签名:

value: string;