Get Integration Result
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)
Properties
Link copied to clipboard
A list of unique names for active event triggers associated with the integration.
Link copied to clipboard
The time of this integration got last updated at
Link copied to clipboard
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