Class: Google::Apis::CloudchannelV1::GoogleCloudChannelV1QueryEligibleBillingAccountsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudchannelV1::GoogleCloudChannelV1QueryEligibleBillingAccountsResponse
- 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
-
#sku_purchase_groups ⇒ Array<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.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudChannelV1QueryEligibleBillingAccountsResponse
constructor
A new instance of GoogleCloudChannelV1QueryEligibleBillingAccountsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudChannelV1QueryEligibleBillingAccountsResponse
Returns a new instance of GoogleCloudChannelV1QueryEligibleBillingAccountsResponse.
2720 2721 2722 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2720 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sku_purchase_groups ⇒ Array<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
2718 2719 2720 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2718 def sku_purchase_groups @sku_purchase_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2725 2726 2727 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2725 def update!(**args) @sku_purchase_groups = args[:sku_purchase_groups] if args.key?(:sku_purchase_groups) end |