View Source GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsResponse (google_api_artifact_registry v0.23.0)
The response message from importing APT artifacts.
Attributes
-
aptArtifacts(type:list(GoogleApi.ArtifactRegistry.V1.Model.AptArtifact.t), default:nil) - The Apt artifacts imported. -
errors(type:list(GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsErrorInfo.t), default:nil) - Detailed error info for packages that were not imported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsResponse{ aptArtifacts: [GoogleApi.ArtifactRegistry.V1.Model.AptArtifact.t()] | nil, errors: [GoogleApi.ArtifactRegistry.V1.Model.ImportAptArtifactsErrorInfo.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.