View Source GoogleApi.Metastore.V1beta.Model.LatestBackup (google_api_metastore v0.11.1)

The details of the latest scheduled backup.

Attributes

  • backupId (type: String.t, default: nil) - Output only. The ID of an in-progress scheduled backup. Empty if no backup is in progress.
  • duration (type: String.t, default: nil) - Output only. The duration of the backup completion.
  • startTime (type: DateTime.t, default: nil) - Output only. The time when the backup was started.
  • state (type: String.t, default: nil) - Output only. The current state of the backup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Metastore.V1beta.Model.LatestBackup{
  backupId: String.t() | nil,
  duration: String.t() | nil,
  startTime: DateTime.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.