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 document provides reference information for the `UpdateTagValueRequest` class within the Cloud Resource Manager v3 API, specifically version 2.4.0, for .NET."],["The `UpdateTagValueRequest` class is used to update a `TagValue` resource, enabling modification of the `description` and `etag` fields."],["The class includes properties like `TagValue`, `UpdateMask`, and `ValidateOnly` to configure the update request, with detailed type and description information."],["The documentation lists previous versions of the `UpdateTagValueRequest` class, as well as the latest 2.5.0 version, if needed."],["This class inherits from and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `object` class."]]],[]]