CanonicalProfileDefinitionResponse

data class CanonicalProfileDefinitionResponse(val canonicalProfileId: Int? = null, val properties: List<CanonicalProfileDefinitionResponseProperties>? = null)

Definition of canonical profile.

Constructors

Link copied to clipboard
constructor(canonicalProfileId: Int? = null, properties: List<CanonicalProfileDefinitionResponseProperties>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val canonicalProfileId: Int? = null

Canonical profile ID.

Link copied to clipboard

Properties of the canonical profile.