Class: Google::Cloud::Channel::V1::QueryEligibleBillingAccountsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::QueryEligibleBillingAccountsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for QueryEligibleBillingAccounts.
Instance Attribute Summary collapse
-
#sku_purchase_groups ⇒ ::Array<::Google::Cloud::Channel::V1::SkuPurchaseGroup>
List of SKU purchase groups where each group represents a set of SKUs that must be purchased using the same billing account.
Instance Attribute Details
#sku_purchase_groups ⇒ ::Array<::Google::Cloud::Channel::V1::SkuPurchaseGroup>
Returns 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.
1494 1495 1496 1497 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1494 class QueryEligibleBillingAccountsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |