public sealed class ImportAptArtifactsResponse : IMessage<ImportAptArtifactsResponse>, IEquatable<ImportAptArtifactsResponse>, IDeepCloneable<ImportAptArtifactsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Artifact Registry v1beta2 API class ImportAptArtifactsResponse.
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-04-02 UTC."],[[["The `ImportAptArtifactsResponse` class is part of the Google Cloud Artifact Registry v1beta2 API, specifically within the `Google.Cloud.ArtifactRegistry.V1Beta2` namespace."],["This class represents the response message received after importing APT artifacts, providing details on the artifacts imported and any errors encountered during the process."],["It implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `ImportAptArtifactsResponse` class contains two key properties: `AptArtifacts`, which is a list of the imported artifacts, and `Errors`, which contains details on any import errors."],["The latest version of the class can be found in the `2.0.0-beta05` directory, there are also older versions available, such as `2.0.0-beta04` and `1.0.0-beta06`."]]],[]]