Retry Policy Response
data class RetryPolicyResponse(val retryCount: Int? = null, val retryInterval: String? = null, val retryType: String? = null)
Constructors
Link copied to clipboard
fun RetryPolicyResponse(retryCount: Int? = null, retryInterval: String? = null, retryType: String? = null)