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."],[[["The `UpdateCaseRequest` class is used to send requests to the UpdateCase endpoint of the Google Cloud Support v2 API."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, one default and one that takes another `UpdateCaseRequest` as a parameter for cloning."],["The `UpdateCaseRequest` has properties for `Case`, which represents the case object to be updated, and `UpdateMask`, which specifies the attributes of the case to modify."],["The latest available version of UpdateCaseRequest is version 1.3.0."]]],[]]