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.



3287
3288
3289
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3287

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



3279
3280
3281
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3279

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>)


3285
3286
3287
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3285

def skus
  @skus
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3292
3293
3294
3295
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3292

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