QueuingPolicyResponse

data class QueuingPolicyResponse(val validUntilDuration: DurationResponse, val validUntilTime: String)

Queuing parameters for the requested deferred capacity.

Constructors

Link copied to clipboard
constructor(validUntilDuration: DurationResponse, validUntilTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Relative deadline for waiting for capacity.

Link copied to clipboard

Absolute deadline for waiting for capacity in RFC3339 text format.