Enterprise Crm Eventbus Proto Failure Policy Response
data class EnterpriseCrmEventbusProtoFailurePolicyResponse(val intervalInSeconds: String, val maxNumRetries: Int, val retryStrategy: String)
Policy that defines the task retry logic and failure type. If no FailurePolicy is defined for a task, all its dependent tasks will not be executed (i.e, a retry_strategy
of NONE will be applied).
Constructors
Link copied to clipboard
fun EnterpriseCrmEventbusProtoFailurePolicyResponse(intervalInSeconds: String, maxNumRetries: Int, retryStrategy: String)