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 part of the Google Cloud Support v2 API, specifically version 1.2.0, used for updating case details."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["The `UpdateCaseRequest` has two constructors: a default constructor and one that accepts another `UpdateCaseRequest` object as a parameter."],["It has two key properties: `Case`, which represents the case object to be updated, and `UpdateMask`, which specifies the attributes of the case to be updated, with a warning that not specifying a mask may result in clearing data."],["The latest version available is 1.3.0 and previous versions are 1.1.0, and 1.0.0."]]],[]]