GetObjectTypeResult

data class GetObjectTypeResult(val allowProfileCreation: Boolean? = null, val createdAt: String? = null, val description: String? = null, val encryptionKey: String? = null, val expirationDays: Int? = null, val fields: List<ObjectTypeFieldMap>? = null, val keys: List<ObjectTypeKeyMap>? = null, val lastUpdatedAt: String? = null, val sourceLastUpdatedTimestampFormat: String? = null, val tags: List<Tag>? = null, val templateId: String? = null)

Constructors

Link copied to clipboard
constructor(allowProfileCreation: Boolean? = null, createdAt: String? = null, description: String? = null, encryptionKey: String? = null, expirationDays: Int? = null, fields: List<ObjectTypeFieldMap>? = null, keys: List<ObjectTypeKeyMap>? = null, lastUpdatedAt: String? = null, sourceLastUpdatedTimestampFormat: String? = null, tags: List<Tag>? = null, templateId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether a profile should be created when data is received.

Link copied to clipboard
val createdAt: String? = null

The time of this integration got created.

Link copied to clipboard
val description: String? = null

Description of the profile object type.

Link copied to clipboard
val encryptionKey: String? = null

The default encryption key

Link copied to clipboard
val expirationDays: Int? = null

The default number of days until the data within the domain expires.

Link copied to clipboard

A list of the name and ObjectType field.

Link copied to clipboard
val keys: List<ObjectTypeKeyMap>? = null

A list of unique keys that can be used to map data to the profile.

Link copied to clipboard
val lastUpdatedAt: String? = null

The time of this integration got last updated at.

Link copied to clipboard

The format of your sourceLastUpdatedTimestamp that was previously set up.

Link copied to clipboard
val tags: List<Tag>? = null

The tags (keys and values) associated with the integration.

Link copied to clipboard
val templateId: String? = null

A unique identifier for the object template.