class Google::Apis::CloudchannelV1::GoogleCloudChannelV1PurchasableSku
SKU that you can purchase. This is used in ListPurchasableSku API response.
Attributes
sku[RW]
Represents a product's purchasable Stock Keeping Unit (SKU). SKUs represent the different variations of the product. For example, Google
Workspace Business Standard and Google
Workspace Business Plus are Google
Workspace product SKUs. Corresponds to the JSON property `sku` @return [Google::Apis::CloudchannelV1::GoogleCloudChannelV1Sku]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudchannel_v1/classes.rb, line 1938 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 1943 def update!(**args) @sku = args[:sku] if args.key?(:sku) end