AccountAttributeValueResponse

data class AccountAttributeValueResponse(val attributeValue: String? = null)

Definition of AccountAttributeValue

Constructors

Link copied to clipboard
constructor(attributeValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val attributeValue: String? = null

The value of the attribute.