CanonicalProfileDefinitionResponseProperties

data class CanonicalProfileDefinitionResponseProperties(val profileName: String? = null, val profilePropertyName: String? = null, val rank: Int? = null, val type: String? = null, val value: String? = null)

The definition of a canonical profile property.

Constructors

constructor(profileName: String? = null, profilePropertyName: String? = null, rank: Int? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val profileName: String? = null

Profile name.

Link copied to clipboard

Property name of profile.

Link copied to clipboard
val rank: Int? = null

The rank.

Link copied to clipboard
val type: String? = null

Type of canonical property value.

Link copied to clipboard
val value: String? = null

Value of the canonical property.