Google Cloud Support V2 API - Class Google::Cloud::Support::V2::CaseClassification (v0.1.0)

Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::CaseClassification.

A classification object with a product type and value.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#display_name

def display_name() -> ::String
Returns
  • (::String) — The display name of the classification.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — The display name of the classification.
Returns
  • (::String) — The display name of the classification.

#id

def id() -> ::String
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.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — 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.