View Source GoogleApi.BackupDR.V1.Model.Entry (google_api_backup_dr v0.3.0)

A key/value pair to be used for storing metadata.

Attributes

  • key (type: String.t, default: nil) - Optional. Key for the metadata entry.
  • value (type: String.t, default: nil) - Optional. Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.Entry{
  key: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.