class Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableOffer
Offer that you can purchase for a customer. This is used in the ListPurchasableOffer API response.
Attributes
offer[RW]
Represents an offer made to resellers for purchase. An offer is associated with a Sku, has a plan for payment, a price, and defines the constraints for buying. Corresponds to the JSON property `offer` @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Offer]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1916 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1921 def update!(**args) @offer = args[:offer] if args.key?(:offer) end