View Source GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactResponse (google_api_artifact_registry v0.24.0)

The response of the completed artifact upload operation. This response is contained in the Operation and available to users.

Attributes

  • yumArtifacts (type: list(GoogleApi.ArtifactRegistry.V1.Model.YumArtifact.t), default: nil) - The Yum artifacts updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.UploadYumArtifactResponse{
  yumArtifacts: [GoogleApi.ArtifactRegistry.V1.Model.YumArtifact.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.