View Source GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactResponse (google_api_artifact_registry v0.15.0)
The response of the completed artifact upload operation. This response is contained in the Operation and available to users.
Attributes
-
aptArtifacts
(type:list(GoogleApi.ArtifactRegistry.V1.Model.AptArtifact.t)
, default:nil
) - The Apt artifacts updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.UploadAptArtifactResponse{ aptArtifacts: [GoogleApi.ArtifactRegistry.V1.Model.AptArtifact.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.