Class: Google::Cloud::Support::V2::SearchCasesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::SearchCasesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/case_service.rb
Overview
The response message for the SearchCases endpoint.
Instance Attribute Summary collapse
-
#cases ⇒ ::Array<::Google::Cloud::Support::V2::Case>
The list of cases associated with the Google Cloud Resource, 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::V2::Case>
Returns The list of cases associated with the Google Cloud Resource, after any filters have been applied.
160 161 162 163 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 160 class SearchCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. This should be set in the
page_token
field of subsequent SearchCaseRequest
message that is
issued. If unspecified, there are no more results to retrieve.
160 161 162 163 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 160 class SearchCasesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |