public sealed class ImportYumArtifactsResponse : IMessage<ImportYumArtifactsResponse>, IEquatable<ImportYumArtifactsResponse>, IDeepCloneable<ImportYumArtifactsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 API class ImportYumArtifactsResponse.
The response message from importing YUM artifacts.
[[["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 `ImportYumArtifactsResponse` class, part of the Artifact Registry v1beta2 API, represents the response received after importing YUM artifacts."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ImportYumArtifactsResponse` includes two key properties: `Errors`, which contains detailed information about artifacts that failed to import, and `YumArtifacts`, which lists the YUM artifacts that were successfully imported."],["The latest version of `ImportYumArtifactsResponse` is documented under version 2.0.0-beta05, and there are older versions available, such as 2.0.0-beta04 and 1.0.0-beta06."],["There are two constructors available for this class: `ImportYumArtifactsResponse()` and `ImportYumArtifactsResponse(ImportYumArtifactsResponse other)`."]]],[]]