Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1SkuPurchaseGroup

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudchannel_v1/classes.rb,
lib/google/apis/cloudchannel_v1/representations.rb,
lib/google/apis/cloudchannel_v1/representations.rb

Overview

Represents a set of SKUs that must be purchased using the same billing account.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1SkuPurchaseGroup

Returns a new instance of GoogleCloudChannelV1SkuPurchaseGroup.



3333
3334
3335
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3333

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#billing_account_purchase_infosArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1BillingAccountPurchaseInfo>

List of billing accounts that are eligible to purhcase these SKUs. Corresponds to the JSON property billingAccountPurchaseInfos



3325
3326
3327
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3325

def 
  @billing_account_purchase_infos
end

#skusArray<String>

Resource names of the SKUs included in this group. Format: products/ product_id/skus/sku_id. Corresponds to the JSON property skus

Returns:

  • (Array<String>)


3331
3332
3333
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3331

def skus
  @skus
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3338
3339
3340
3341
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3338

def update!(**args)
  @billing_account_purchase_infos = args[:billing_account_purchase_infos] if args.key?(:billing_account_purchase_infos)
  @skus = args[:skus] if args.key?(:skus)
end