Class: Google::Cloud::Channel::V1::QueryEligibleBillingAccountsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::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. Each SKU from [QueryEligibleBillingAccountsRequest.skus] will appear in exactly one SKU group.



1478
1479
1480
1481
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1478

class QueryEligibleBillingAccountsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end