public sealed class CreateTagBindingRequest : IMessage<CreateTagBindingRequest>, IEquatable<CreateTagBindingRequest>, IDeepCloneable<CreateTagBindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateTagBindingRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides reference documentation for the `CreateTagBindingRequest` class within the Cloud Resource Manager v3 API, specifically version 2.4.0, with links to other versions of the API."],["The `CreateTagBindingRequest` class is used to define the request message for creating a TagBinding within the API, implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes two constructors, a default constructor and another that takes an existing `CreateTagBindingRequest` object, facilitating cloning or copying of the object."],["It has two properties, `TagBinding`, which is required and specifies the `TagBinding` to be created, and `ValidateOnly`, which is optional and allows for validation without actual action."],["The `CreateTagBindingRequest` class inherits from the `object` class and provides inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]