public sealed class ImportAptArtifactsResponse : IMessage<ImportAptArtifactsResponse>, IEquatable<ImportAptArtifactsResponse>, IDeepCloneable<ImportAptArtifactsResponse>, IBufferMessage, IMessage
The response message from importing APT 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 content pertains to the `ImportAptArtifactsResponse` class within the Google.Cloud.ArtifactRegistry.V1 namespace, which is used to handle responses from importing APT artifacts."],["This class is implemented with multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from the `Object` class."],["The `ImportAptArtifactsResponse` class has two primary properties: `AptArtifacts`, which is a list of imported APT artifacts, and `Errors`, which provides details on any packages that failed to import."],["The document list versions of the `ImportAptArtifactsResponse` class ranging from 1.0.0 to 2.9.0, the latest being 2.9.0."],["The class has 2 constructors, one of them being a copy constructor used for deep copying an `ImportAptArtifactsResponse` object."]]],[]]