public sealed class CreateTagBindingRequest : IMessage<CreateTagBindingRequest>, IEquatable<CreateTagBindingRequest>, IDeepCloneable<CreateTagBindingRequest>, IBufferMessage, IMessage
[[["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 details the `CreateTagBindingRequest` class, which is used to create a TagBinding in the Google Cloud Resource Manager."],["The latest version of this class is 2.5.0, while version 1.1.0 is the primary version referenced on this page."],["`CreateTagBindingRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management."],["The class includes two constructors: a default constructor and a copy constructor that takes another `CreateTagBindingRequest` as a parameter."],["Key properties of the class are `TagBinding`, representing the TagBinding to be created, and `ValidateOnly`, which determines if a validation-only run is requested."]]],[]]