public sealed class ImportYumArtifactsRequest : IMessage<ImportYumArtifactsRequest>, IEquatable<ImportYumArtifactsRequest>, IDeepCloneable<ImportYumArtifactsRequest>, IBufferMessage, IMessage
[[["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 `ImportYumArtifactsRequest` class, which is used to request the import of new yum artifacts within the Google Cloud Artifact Registry."],["The latest version of `ImportYumArtifactsRequest` is 2.9.0, with older versions, going back to 1.0.0, also available and linked."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality and compatibility within the .NET framework."],["`ImportYumArtifactsRequest` has properties for `GcsSource`, which specifies the location of the input content in Google Cloud Storage, `Parent`, indicating the parent resource for artifact import, and `SourceCase`, defining the source of the request."],["The class has two constructors, a default constructor, and one that takes another `ImportYumArtifactsRequest` object, allowing for the easy creation and cloning of the object."]]],[]]