Class: Google::Cloud::Support::V2beta::ListCasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::ListCasesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2beta/case_service.rb
Overview
The response message for the ListCases endpoint.
Instance Attribute Summary collapse
-
#cases ⇒ ::Array<::Google::Cloud::Support::V2beta::Case>
The list of cases associated with the parent after any filters have been applied.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#cases ⇒ ::Array<::Google::Cloud::Support::V2beta::Case>
Returns The list of cases associated with the parent after any filters have been applied.
96 97 98 99 |
# File 'proto_docs/google/cloud/support/v2beta/case_service.rb', line 96 class ListCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Set this in the page_token
field of subsequent cases.list requests. If unspecified, there are no
more results to retrieve.
96 97 98 99 |
# File 'proto_docs/google/cloud/support/v2beta/case_service.rb', line 96 class ListCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |