public sealed class CaseClassification : IMessage<CaseClassification>, IEquatable<CaseClassification>, IDeepCloneable<CaseClassification>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class CaseClassification.
A classification object with a product type and value.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CaseClassification` class in the Google Cloud Support v2 API represents a classification object with a product type and value."],["This class is available in multiple versions, with the latest being version 1.3.0, and version 1.2.0 being the specific documentation discussed."],["`CaseClassification` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as inheriting from the `object` class."],["The `CaseClassification` class provides properties such as `DisplayName` and `Id`, for which the latter is required for case creation and can be found using `caseClassifications.search`."],["The class offers two constructors, one of which takes another `CaseClassification` as a parameter, while the other is a default constructor."]]],[]]