public sealed class UpdateTagValueRequest : IMessage<UpdateTagValueRequest>, IEquatable<UpdateTagValueRequest>, IDeepCloneable<UpdateTagValueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class UpdateTagValueRequest.
Required. The new definition of the TagValue. Only fields description and
etag fields can be updated by this request. If the etag field is
nonempty, it must match the etag field of the existing ControlGroup.
Otherwise, ABORTED will be returned.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `UpdateTagValueRequest` class within the Cloud Resource Manager v3 API, specifically for .NET."],["`UpdateTagValueRequest` is used to update a TagValue in the Cloud Resource Manager, and it inherits from `object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTagValueRequest` class has three main properties: `TagValue` (the new definition of the TagValue), `UpdateMask` (fields to update), and `ValidateOnly` (to validate the update without performing it)."],["There are various versions of this class available, starting from version 1.0.0 up to the latest version 2.5.0."],["The only fields that can be modified within the `TagValue` property are `description` and `etag`, as explicitly mentioned in the documentation."]]],[]]