public sealed class TagApiSpecRevisionRequest : IMessage<TagApiSpecRevisionRequest>, IEquatable<TagApiSpecRevisionRequest>, IDeepCloneable<TagApiSpecRevisionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class TagApiSpecRevisionRequest.
[[["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 `TagApiSpecRevisionRequest` class within the Apigee Registry v1 API, specifically version 1.0.0-beta06."],["The `TagApiSpecRevisionRequest` class is used to send a request to tag a specific API specification revision and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `ApiSpecName`, `Name`, and `Tag`, which are essential for specifying the API specification to be tagged and the tag to be applied."],["The class contains two constructors, one default and another that accepts another `TagApiSpecRevisionRequest` as a parameter to clone it."],["This class inherits methods from `object` like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]