public sealed class EscalateCaseRequest : IMessage<EscalateCaseRequest>, IEquatable<EscalateCaseRequest>, IDeepCloneable<EscalateCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class EscalateCaseRequest.
The request message for the EscalateCase endpoint.
[[["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-30 UTC."],[[["This page provides reference documentation for the `EscalateCaseRequest` class within the Google Cloud Support v2 API, specifically for .NET development."],["The `EscalateCaseRequest` class is a request message used to escalate a support case, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the API available, with version 1.3.0 being the latest."],["The `EscalateCaseRequest` class includes properties such as `CaseName`, `Escalation`, and `Name` to specify the case to be escalated and the details of the escalation request."],["It also includes multiple inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, along with a constructor that can take another `EscalateCaseRequest` as an argument."]]],[]]