GetIntegrationResult

data class GetIntegrationResult(val createdAt: String? = null, val eventTriggerNames: List<String>? = null, val lastUpdatedAt: String? = null, val objectTypeName: String? = null, val objectTypeNames: List<IntegrationObjectTypeMapping>? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, eventTriggerNames: List<String>? = null, lastUpdatedAt: String? = null, objectTypeName: String? = null, objectTypeNames: List<IntegrationObjectTypeMapping>? = 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

A list of unique names for active event triggers associated with the integration.

Link copied to clipboard
val lastUpdatedAt: String? = null

The time of this integration got last updated at

Link copied to clipboard
val objectTypeName: String? = null

The name of the ObjectType defined for the 3rd party data in Profile Service

Link copied to clipboard

The mapping between 3rd party event types and ObjectType names

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

The tags (keys and values) associated with the integration