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