public sealed class CreateTagHoldRequest : IMessage<CreateTagHoldRequest>, IEquatable<CreateTagHoldRequest>, IDeepCloneable<CreateTagHoldRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateTagHoldRequest.
[[["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 `CreateTagHoldRequest` class within the Google Cloud Resource Manager v3 API, specifically version 2.2.0."],["`CreateTagHoldRequest` is used to send a request to create a `TagHold` resource, and it inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `Parent` (a required string representing the parent `TagValue`), `ParentAsTagValueName` (a typed view of `Parent`), `TagHold` (the required `TagHold` to be created), and `ValidateOnly` (a boolean for performing validations without actual action)."],["There are multiple available versions of this documentation, from 1.0.0 up to the latest, 2.5.0, all relating to the `CreateTagHoldRequest` class."]]],[]]