public sealed class DeleteTagHoldRequest : IMessage<DeleteTagHoldRequest>, IEquatable<DeleteTagHoldRequest>, IDeepCloneable<DeleteTagHoldRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class DeleteTagHoldRequest.
[[["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 documentation for the `DeleteTagHoldRequest` class within the Google Cloud Resource Manager v3 API, specifically version 2.3.0."],["The `DeleteTagHoldRequest` class is used to construct a request for deleting a TagHold resource, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (which specifies the resource name of the TagHold to delete), `TagHoldName` (a typed view over the resource name), and `ValidateOnly` (to perform validation without actually deleting)."],["The page also contains links to documentation for other versions of this API, from version 1.0.0 up to the latest version, 2.5.0."],["The `DeleteTagHoldRequest` class has two constructors, one default constructor, and another one that takes a `DeleteTagHoldRequest` as a parameter."]]],[]]