RetryPolicyResponse

data class RetryPolicyResponse(val retryCount: Int? = null, val retryInterval: String? = null, val retryType: String? = null)

Constructors

Link copied to clipboard
constructor(retryCount: Int? = null, retryInterval: String? = null, retryType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val retryCount: Int? = null

Gets or sets the number of times a retry should be attempted.

Link copied to clipboard
val retryInterval: String? = null

Gets or sets the retry interval between retries, specify duration in ISO 8601 format.

Link copied to clipboard
val retryType: String? = null

Gets or sets the retry strategy to be used.