Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::QueryEligibleBillingAccountsResponse.
Response message for QueryEligibleBillingAccounts.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#sku_purchase_groups
def sku_purchase_groups() -> ::Array<::Google::Cloud::Channel::V1::SkuPurchaseGroup>
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.
#sku_purchase_groups=
def sku_purchase_groups=(value) -> ::Array<::Google::Cloud::Channel::V1::SkuPurchaseGroup>
Parameter
- value (::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.
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.