public sealed class EscalateCaseRequest : IMessage<EscalateCaseRequest>, IEquatable<EscalateCaseRequest>, IDeepCloneable<EscalateCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2beta 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-09-04 UTC."],[],[],null,["# Google Cloud Support v2beta API - Class EscalateCaseRequest (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EscalateCaseRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/1.0.0-beta01/Google.Cloud.Support.V2Beta.EscalateCaseRequest) \n\n public sealed class EscalateCaseRequest : IMessage\u003cEscalateCaseRequest\u003e, IEquatable\u003cEscalateCaseRequest\u003e, IDeepCloneable\u003cEscalateCaseRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Support v2beta API class EscalateCaseRequest.\n\nThe request message for the EscalateCase endpoint. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EscalateCaseRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EscalateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EscalateCaseRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EscalateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EscalateCaseRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EscalateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EscalateCaseRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Support.V2Beta](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2Beta.dll\n\nConstructors\n------------\n\n### EscalateCaseRequest()\n\n public EscalateCaseRequest()\n\n### EscalateCaseRequest(EscalateCaseRequest)\n\n public EscalateCaseRequest(EscalateCaseRequest other)\n\nProperties\n----------\n\n### CaseName\n\n public CaseName CaseName { get; set; }\n\n[CaseName](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.CaseName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Support.V2Beta/latest/Google.Cloud.Support.V2Beta.EscalateCaseRequest#Google_Cloud_Support_V2Beta_EscalateCaseRequest_Name) resource name property.\n\n### Escalation\n\n public Escalation Escalation { get; set; }\n\nThe escalation information to be sent with the escalation request.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the case to be escalated."]]