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.



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

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



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

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


3290
3291
3292
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3290

def skus
  @skus
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3297
3298
3299
3300
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 3297

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