GoogleApi.ArtifactRegistry.V1.Model.ImportYumArtifactsResponse (google_api_artifact_registry v0.9.0) View Source

The response message from importing artifacts.

Attributes

  • errors (type: list(GoogleApi.ArtifactRegistry.V1.Model.ImportYumArtifactsErrorInfo.t), default: nil) - Detailed error info for packages that were not imported.
  • yumArtifacts (type: list(GoogleApi.ArtifactRegistry.V1.Model.YumArtifact.t), default: nil) - The yum artifacts updated.

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.ImportYumArtifactsResponse{
  errors:
    [GoogleApi.ArtifactRegistry.V1.Model.ImportYumArtifactsErrorInfo.t()] | nil,
  yumArtifacts: [GoogleApi.ArtifactRegistry.V1.Model.YumArtifact.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.