Values.PurchaseOfferingRequestSourcePlaceholder documentation for PurchaseOfferingRequest
type nonrec t = {count : int;Number of resources
*)name : string option;Name for the new reservation
*)offeringId : string;Offering to purchase, e.g. '87654321'
*)renewalSettings : RenewalSettings.t option;Renewal settings for the reservation
*)requestId : string option;Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.
*)start : string option;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.
*)}