public sealed class GetArtifactContentsRequest : IMessage<GetArtifactContentsRequest>, IEquatable<GetArtifactContentsRequest>, IDeepCloneable<GetArtifactContentsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Apigee Registry v1 API class GetArtifactContentsRequest.
[[["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 details the `GetArtifactContentsRequest` class, which is part of the Apigee Registry v1 API for .NET."],["`GetArtifactContentsRequest` is used to request the contents of an artifact and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, one default and one that copies from another `GetArtifactContentsRequest` instance, and it inherits from the base `object` class."],["The class contains two key properties: `ArtifactName`, which provides a typed view of the artifact name, and `Name`, a string representing the required artifact's name in a specified format."]]],[]]