Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1QueryEligibleBillingAccountsResponse

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

Response message for QueryEligibleBillingAccounts.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudChannelV1QueryEligibleBillingAccountsResponse

Returns a new instance of GoogleCloudChannelV1QueryEligibleBillingAccountsResponse.



2719
2720
2721
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2719

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

Instance Attribute Details

#sku_purchase_groupsArray<Google::Apis::CloudchannelV1::GoogleCloudChannelV1SkuPurchaseGroup>

List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account. Each SKU from [ QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU group. Corresponds to the JSON property skuPurchaseGroups



2717
2718
2719
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2717

def sku_purchase_groups
  @sku_purchase_groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2724
2725
2726
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2724

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