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
- (::String) — The display name of the classification.
#display_name=
def display_name=(value) -> ::String
- value (::String) — The display name of the classification.
- (::String) — The display name of the classification.
#id
def id() -> ::String
-
(::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
-
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
.
-
(::String) — The unique ID for a classification. Must be specified for case creation.
To retrieve valid classification IDs for case creation, use
caseClassifications.search
.