Class: Google::Cloud::Channel::V1::ListSkusResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListSkusResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for ListSkus.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#skus ⇒ ::Array<::Google::Cloud::Channel::V1::Sku>
The list of SKUs requested.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results.
1240 1241 1242 1243 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1240 class ListSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#skus ⇒ ::Array<::Google::Cloud::Channel::V1::Sku>
Returns The list of SKUs requested.
1240 1241 1242 1243 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1240 class ListSkusResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |