Class: Google::Cloud::Channel::V1::ListSkuGroupBillableSkusResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListSkuGroupBillableSkusResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for ListSkuGroupBillableSkus.
Instance Attribute Summary collapse
-
#billable_skus ⇒ ::Array<::Google::Cloud::Channel::V1::BillableSku>
The list of billable SKUs in the requested SKU group.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#billable_skus ⇒ ::Array<::Google::Cloud::Channel::V1::BillableSku>
Returns The list of billable SKUs in the requested SKU group.
795 796 797 798 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 795 class ListSkuGroupBillableSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to [ListSkuGroupBillableSkus.page_token][] to obtain that page.
795 796 797 798 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 795 class ListSkuGroupBillableSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |