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