View Source GoogleApi.BackupDR.V1.Model.Metadata (google_api_backup_dr v0.9.1)

A metadata key/value entry.

Attributes

  • items (type: list(GoogleApi.BackupDR.V1.Model.Entry.t), default: nil) - Optional. Array of key/value pairs. The total size of all keys and values must be less than 512 KB.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.Metadata{
  items: [GoogleApi.BackupDR.V1.Model.Entry.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.