Class: Google::Cloud::Support::V2beta::SearchCasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2beta::SearchCasesResponse
- 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 SearchCases 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>
162 163 164 165 |
# File 'proto_docs/google/cloud/support/v2beta/case_service.rb', line 162 class SearchCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
162 163 164 165 |
# File 'proto_docs/google/cloud/support/v2beta/case_service.rb', line 162 class SearchCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |