GetEventInvokeConfigResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard