Class: Google::Cloud::Channel::V1::ListProductsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListProductsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Response message for ListProducts.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#products ⇒ ::Array<::Google::Cloud::Channel::V1::Product>
List of Products requested.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results.
1199 1200 1201 1202 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1199 class ListProductsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#products ⇒ ::Array<::Google::Cloud::Channel::V1::Product>
Returns List of Products requested.
1199 1200 1201 1202 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1199 class ListProductsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |