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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `CaseClassification` class within the Google Cloud Support v2 API, detailing its structure and functionality."],["`CaseClassification` is a sealed class, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it represents a classification object containing a product type and value."],["The class offers two constructors: a default constructor `CaseClassification()` and a copy constructor `CaseClassification(CaseClassification other)`."],["`CaseClassification` includes properties `DisplayName` and `Id`, which represent the display name and unique ID of the classification, respectively, both of which are strings."],["The documentation is versioned with links to version 1.0.0, 1.1.0, 1.2.0, and the latest version, 1.3.0."]]],[]]