public sealed class GetArtifactRequest : IMessage<GetArtifactRequest>, IEquatable<GetArtifactRequest>, IDeepCloneable<GetArtifactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class GetArtifactRequest.
[[["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."],[[["The `GetArtifactRequest` class is part of the Apigee Registry v1 API, specifically within version 1.0.0-beta06, and it serves as a request message for retrieving an artifact."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable\u003cGetArtifactRequest\u003e`, `IDeepCloneable\u003cGetArtifactRequest\u003e`, and `IBufferMessage`."],["`GetArtifactRequest` includes two constructors, a default constructor and one that takes another `GetArtifactRequest` object, offering flexibility in creating instances."],["The class has two key properties, `ArtifactName` which provides a typed view of the artifact name, and `Name` which represents the required name of the artifact to retrieve, formatted as `{parent}/artifacts/*`."],["The latest version of this class can be found under the version `1.0.0-beta07` for those needing the most recent implementation."]]],[]]