Get Event Invoke Config Result
data class GetEventInvokeConfigResult(val destinationConfig: EventInvokeConfigDestinationConfig? = null, val id: String? = null, val maximumEventAgeInSeconds: Int? = null, val maximumRetryAttempts: Int? = null)
Constructors
Link copied to clipboard
fun GetEventInvokeConfigResult(destinationConfig: EventInvokeConfigDestinationConfig? = null, id: String? = null, maximumEventAgeInSeconds: Int? = null, maximumRetryAttempts: Int? = null)