UserAttribute

data class UserAttribute(val userAttributeType: UserAttribute.UserAttributeType, val userAttributeValue: UserAttribute.UserAttributeValue)(source)

ユーザー属性

Constructors

Link copied to clipboard
constructor(userAttributeType: UserAttribute.UserAttributeType, userAttributeValue: UserAttribute.UserAttributeValue)

Types

Link copied to clipboard
data class UserAttributeType(val slug: String, val displayValue: String, val unit: String)

属性タイプ

Link copied to clipboard
data class UserAttributeValue(val slug: String? = null, val displayValue: String, val otherDisplayValue: String? = null)

属性値

Properties

Link copied to clipboard