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-05-02 UTC."],[[["This webpage provides reference documentation for the `CaseClassification` class within the Google Cloud Support v2 API, detailing its structure and functionality."],["The `CaseClassification` class is a sealed class that represents a classification object containing a product type and value, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page outlines the class's inheritance from the base `object` class and lists its inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["It includes information on the class's constructors, like the default `CaseClassification()` and another that takes an `other` parameter of the same `CaseClassification` type."],["The documentation lists the `DisplayName` and `Id` properties of `CaseClassification`, explaining their purpose and data types, as well as usage to create cases."]]],[]]