Class: Google::Cloud::Support::V2::SearchCaseClassificationsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::SearchCaseClassificationsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/case_service.rb
Overview
The response message for SearchCaseClassifications endpoint.
Instance Attribute Summary collapse
-
#case_classifications ⇒ ::Array<::Google::Cloud::Support::V2::CaseClassification>
The classifications retrieved.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#case_classifications ⇒ ::Array<::Google::Cloud::Support::V2::CaseClassification>
Returns The classifications retrieved.
233 234 235 236 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 233 class SearchCaseClassificationsResponse 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 SearchCaseClassificationsRequest
message
that is issued. If unspecified, there are no more results to retrieve.
233 234 235 236 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 233 class SearchCaseClassificationsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |