GetDomainResult

data class GetDomainResult(val createdAt: String? = null, val deadLetterQueueUrl: String? = null, val defaultEncryptionKey: String? = null, val defaultExpirationDays: Int? = null, val lastUpdatedAt: String? = null, val matching: DomainMatching? = null, val ruleBasedMatching: DomainRuleBasedMatching? = null, val stats: DomainStats? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, deadLetterQueueUrl: String? = null, defaultEncryptionKey: String? = null, defaultExpirationDays: Int? = null, lastUpdatedAt: String? = null, matching: DomainMatching? = null, ruleBasedMatching: DomainRuleBasedMatching? = null, stats: DomainStats? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The time of this integration got created

Link copied to clipboard

The URL of the SQS dead letter queue

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
val lastUpdatedAt: String? = null

The time of this integration got last updated at

Link copied to clipboard

The process of matching duplicate profiles.

Link copied to clipboard

The process of matching duplicate profiles using Rule-Based matching.

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

The tags (keys and values) associated with the domain