public sealed class UpdateCaseRequest : IMessage<UpdateCaseRequest>, IEquatable<UpdateCaseRequest>, IDeepCloneable<UpdateCaseRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Support v2 API class UpdateCaseRequest.
A list of attributes of the case that should be updated. Supported values
are priority, display_name, and subscriber_email_addresses. If no
fields are specified, all supported fields are updated.
Be careful - if you do not provide a field mask, then you might
accidentally clear some fields. For example, if you leave the field mask
empty and do not provide a value for subscriber_email_addresses, then
subscriber_email_addresses is updated to empty.
[[["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-08-28 UTC."],[[["\u003cp\u003eThis webpage provides reference documentation for the \u003ccode\u003eUpdateCaseRequest\u003c/code\u003e class within the Google Cloud Support v2 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateCaseRequest\u003c/code\u003e class is used to construct a request to update a support case, and it implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eUpdateCaseRequest\u003c/code\u003e is 1.3.0, and there are prior versions 1.2.0, 1.1.0 and 1.0.0 available for use.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUpdateCaseRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eCase\u003c/code\u003e and \u003ccode\u003eUpdateMask\u003c/code\u003e, allowing developers to specify the case object to be updated and the specific attributes to modify.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructor methods, a default constructor and one that takes an \u003ccode\u003eUpdateCaseRequest\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Support v2 API - Class UpdateCaseRequest (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.UpdateCaseRequest)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.3.0/Google.Cloud.Support.V2.UpdateCaseRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.2.0/Google.Cloud.Support.V2.UpdateCaseRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.1.0/Google.Cloud.Support.V2.UpdateCaseRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Support.V2/1.0.0/Google.Cloud.Support.V2.UpdateCaseRequest) \n\n public sealed class UpdateCaseRequest : IMessage\u003cUpdateCaseRequest\u003e, IEquatable\u003cUpdateCaseRequest\u003e, IDeepCloneable\u003cUpdateCaseRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Support v2 API class UpdateCaseRequest.\n\nThe request message for the UpdateCase endpoint \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateCaseRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.UpdateCaseRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.UpdateCaseRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateCaseRequest](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2.UpdateCaseRequest), [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.V2](/dotnet/docs/reference/Google.Cloud.Support.V2/latest/Google.Cloud.Support.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Support.V2.dll\n\nConstructors\n------------\n\n### UpdateCaseRequest()\n\n public UpdateCaseRequest()\n\n### UpdateCaseRequest(UpdateCaseRequest)\n\n public UpdateCaseRequest(UpdateCaseRequest other)\n\nProperties\n----------\n\n### Case\n\n public Case Case { get; set; }\n\nRequired. The case to update.\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nA list of attributes of the case that should be updated. Supported values\nare `priority`, `display_name`, and `subscriber_email_addresses`. If no\nfields are specified, all supported fields are updated.\n\nBe careful - if you do not provide a field mask, then you might\naccidentally clear some fields. For example, if you leave the field mask\nempty and do not provide a value for `subscriber_email_addresses`, then\n`subscriber_email_addresses` is updated to empty."]]