QueueingPolicyResponse

data class QueueingPolicyResponse(val validAfterDuration: String, val validAfterTime: String, val validInterval: IntervalResponse, val validUntilDuration: String, val validUntilTime: String)

Defines the policy of the QueuedRequest.

Constructors

Link copied to clipboard
fun QueueingPolicyResponse(validAfterDuration: String, validAfterTime: String, validInterval: IntervalResponse, validUntilDuration: String, validUntilTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A relative time after which resources may be created.

Link copied to clipboard

An absolute time at which resources may be created.

Link copied to clipboard

An absolute time interval within which resources may be created.

Link copied to clipboard

A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.

Link copied to clipboard

An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.