PurchaseOfferingRequest

Placeholder documentation for PurchaseOfferingRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int?

Number of resources

Link copied to clipboard
val name: String?

Name for the new reservation

Link copied to clipboard

Offering to purchase, e.g. '87654321'

Link copied to clipboard

Renewal settings for the reservation

Link copied to clipboard

Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.

Link copied to clipboard

Requested reservation start time (UTC) in ISO-8601 format. The specified time must be between the first day of the current month and one year from now. If no value is given, the default is now.

Link copied to clipboard

A collection of key-value pairs

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String