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-04-02 UTC."],[[["The `ImportAptArtifactsResponse` class represents the response message received after importing APT artifacts."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AptArtifacts` property of this response contains a list of the imported APT artifacts using a `RepeatedField\u003cAptArtifact\u003e`."],["The `Errors` property provides detailed error information for any artifacts that failed to import, stored in a `RepeatedField\u003cImportAptArtifactsErrorInfo\u003e`."],["There are 2 constructors to create an `ImportAptArtifactsResponse` object, a parameterless one, and one that takes an `ImportAptArtifactsResponse` object as an argument."]]],[]]