public sealed class TagApiDeploymentRevisionRequest : IMessage<TagApiDeploymentRevisionRequest>, IEquatable<TagApiDeploymentRevisionRequest>, IDeepCloneable<TagApiDeploymentRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class TagApiDeploymentRevisionRequest.
[[["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 documentation is for the `TagApiDeploymentRevisionRequest` class within the Apigee Registry v1 API, specifically version 1.0.0-beta06."],["The `TagApiDeploymentRevisionRequest` class is used to create request messages for tagging API deployment revisions and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It inherits from the base `object` class and provides members such as `GetHashCode()`, `GetType()`, and `ToString()`, with details and documentation."],["The class has two constructors and three properties: `ApiDeploymentName`, `Name`, and `Tag`, that are all detailed in the content, with specific uses for each."],["The `Name` property is a required string representing the deployment's name, including the revision ID, while the `Tag` property is also a required string for applying a tag, limited to 40 characters and matching a specific pattern."]]],[]]