Get Object Type Result
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)
Properties
Link copied to clipboard
Indicates whether a profile should be created when data is received.
Link copied to clipboard
Description of the profile object type.
Link copied to clipboard
The default encryption key
Link copied to clipboard
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
A list of unique keys that can be used to map data to the profile.
Link copied to clipboard
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
A unique identifier for the object template.