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"]],[["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."],[[["`UpdateCaseRequest` is a class within the Google Cloud Support v2 API used for updating a support case."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The `UpdateCaseRequest` class contains two key properties: `Case`, which is the case object to be updated, and `UpdateMask`, which specifies the attributes of the case to update."],["It has two constructors: a default constructor and one that takes another `UpdateCaseRequest` object to create a new object."],["This class is found in the `Google.Cloud.Support.V2` namespace within the `Google.Cloud.Support.V2.dll` assembly."]]],[]]