Schedule Target Retry Policy
data class ScheduleTargetRetryPolicy(val maximumEventAgeInSeconds: Int? = null, val maximumRetryAttempts: Int? = null)
Constructors
Link copied to clipboard
fun ScheduleTargetRetryPolicy(maximumEventAgeInSeconds: Int? = null, maximumRetryAttempts: Int? = null)