Class: Google::Cloud::Support::V2::CaseClassification

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

Overview

A classification object with a product type and value.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns The display name of the classification.

Returns:

  • (::String)

    The display name of the classification.



145
146
147
148
# File 'proto_docs/google/cloud/support/v2/case.rb', line 145

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

#id::String

Returns The unique ID for a classification. Must be specified for case creation.

To retrieve valid classification IDs for case creation, use caseClassifications.search.

Returns:

  • (::String)

    The unique ID for a classification. Must be specified for case creation.

    To retrieve valid classification IDs for case creation, use caseClassifications.search.



145
146
147
148
# File 'proto_docs/google/cloud/support/v2/case.rb', line 145

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