GoogleApi.WorkloadManager.V1.Model.BackupProperties (google_api_workload_manager v0.12.0)

View Source

Backup properties.

Attributes

  • latestBackupStatus (type: String.t, default: nil) - Output only. The state of the latest backup.
  • latestBackupTime (type: DateTime.t, default: nil) - The time when the latest backup was performed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.BackupProperties{
  latestBackupStatus: String.t() | nil,
  latestBackupTime: DateTime.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.