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

The metadata of an LRO from deleting multiple versions.

Attributes

  • failedVersions (type: list(String.t), default: nil) - The versions the operation failed to delete.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.BatchDeleteVersionsMetadata{
  failedVersions: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.