Class: Google::Cloud::Support::V2beta::SearchCaseClassificationsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/support/v2beta/case_service.rb

Overview

The response message for SearchCaseClassifications endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#case_classifications::Array<::Google::Cloud::Support::V2beta::CaseClassification>

Returns The classifications retrieved.

Returns:



238
239
240
241
# File 'proto_docs/google/cloud/support/v2beta/case_service.rb', line 238

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. Set this in the page_token field of subsequent caseClassifications.list requests. If unspecified, there are no more results to retrieve.

Returns:

  • (::String)

    A token to retrieve the next page of results. Set this in the page_token field of subsequent caseClassifications.list requests. If unspecified, there are no more results to retrieve.



238
239
240
241
# File 'proto_docs/google/cloud/support/v2beta/case_service.rb', line 238

class SearchCaseClassificationsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end