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.
2666 2667 2668 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2666 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
2664 2665 2666 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2664 def sku_purchase_groups @sku_purchase_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2671 2672 2673 |
# File 'lib/google/apis/cloudchannel_v1/classes.rb', line 2671 def update!(**args) @sku_purchase_groups = args[:sku_purchase_groups] if args.key?(:sku_purchase_groups) end |