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 object that should be updated
as part of this request. Supported values are priority, display_name,
and subscriber_email_addresses. If no fields are specified, all supported
fields are updated.
WARNING: 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-05-02 UTC."],[[["This webpage provides reference documentation for the `UpdateCaseRequest` class within the Google Cloud Support v2 API, specifically for .NET development."],["The `UpdateCaseRequest` class is used to construct a request to update a support case, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version of `UpdateCaseRequest` is 1.3.0, and there are prior versions 1.2.0, 1.1.0 and 1.0.0 available for use."],["The `UpdateCaseRequest` class includes properties such as `Case` and `UpdateMask`, allowing developers to specify the case object to be updated and the specific attributes to modify."],["The class provides two constructor methods, a default constructor and one that takes an `UpdateCaseRequest` as a parameter."]]],[]]