google_api_artifact_registry v0.2.0 GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1ImportArtifactsResponse View Source

The response message from importing artifacts.

Attributes

  • errors (type: list(GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1ErrorInfo.t), default: nil) - Detailed error info for packages that were not imported.
  • packages (type: list(GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1Package.t), default: nil) - The packages 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.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1ImportArtifactsResponse{
    errors: [
      GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1ErrorInfo.t()
    ],
    packages: [
      GoogleApi.ArtifactRegistry.V1beta1.Model.GoogleDevtoolsArtifactregistryV1alpha1Package.t()
    ]
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.