Retry Policy Response
data class RetryPolicyResponse(val eventTimeToLiveInMinutes: Int? = null, val maxDeliveryAttempts: Int? = null)
Information about the retry policy for an event subscription.
Information about the retry policy for an event subscription.