public sealed class ImportYumArtifactsResponse : IMessage<ImportYumArtifactsResponse>, IEquatable<ImportYumArtifactsResponse>, IDeepCloneable<ImportYumArtifactsResponse>, IBufferMessage, IMessage
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."],[[["This webpage details the `ImportYumArtifactsResponse` class, which is a response message indicating the outcome of importing YUM artifacts."],["The `ImportYumArtifactsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The class has two constructors, a parameterless one and one that takes another `ImportYumArtifactsResponse` instance as a parameter, allowing for the creation of new instances and copying of existing ones."],["It contains two key properties: `Errors`, which provides details on packages that failed to import, and `YumArtifacts`, which lists the yum artifacts that were successfully imported."],["The page includes links to specific version documentation for the `Google.Cloud.ArtifactRegistry.V1` namespace including the latest version (2.9.0), as well as other historical versions, such as 2.0.0."]]],[]]