Class: Google::Cloud::Channel::V1::ListSkuGroupsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListSkuGroupsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for ListSkuGroups.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#sku_groups ⇒ ::Array<::Google::Cloud::Channel::V1::SkuGroup>
The list of SKU groups requested.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to [ListSkuGroups.page_token][] to obtain that page.
781 782 783 784 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 781 class ListSkuGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sku_groups ⇒ ::Array<::Google::Cloud::Channel::V1::SkuGroup>
Returns The list of SKU groups requested.
781 782 783 784 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 781 class ListSkuGroupsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |