存储在客户端的预定义或自定义属性。
签名:
export declare class UserPropertyValue
构造函数
构造函数 | 修饰符 | 说明 |
---|---|---|
(构造函数)(wireFormat) | 构造 UserPropertyValue 类的新实例 |
属性
属性 | 修饰符 | 类型 | 说明 |
---|---|---|---|
setTime | 字符串 | 上次设置用户属性时的世界协调时间 (UTC) 客户端时间。 | |
value | 字符串 | 用户属性的最后设置值。 |
analytics.UserPropertyValue.(构造函数)
构造 UserPropertyValue
类的新实例
签名:
constructor(wireFormat: any);
参数
参数 | 类型 | 说明 |
---|---|---|
WireFormat | 任意 |
analytics.UserPropertyValue.setTime
上次设置用户属性时的世界协调时间 (UTC) 客户端时间。
签名:
setTime: string;
analytics.UserPropertyValue.value
用户属性的最后设置值。
签名:
value: string;