class Google::Apis::CloudchannelV1::GoogleCloudChannelV1TransferableOffer

TransferableOffer represents an Offer that can be used in Transfer. Read-only.

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 2276
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 2281
def update!(**args)
  @offer = args[:offer] if args.key?(:offer)
end