GoogleApi.SQLAdmin.V1.Model.RestoreBackupContext (google_api_sql_admin v0.71.0)

View Source

Database instance restore from backup context. Backup context contains source instance id and project id.

Attributes

  • backupRunId (type: String.t, default: nil) - The ID of the backup run to restore from.
  • instanceId (type: String.t, default: nil) - The ID of the instance that the backup was taken from.
  • kind (type: String.t, default: nil) - This is always sql#restoreBackupContext.
  • project (type: String.t, default: nil) - The full project ID of the source instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SQLAdmin.V1.Model.RestoreBackupContext{
  backupRunId: String.t() | nil,
  instanceId: String.t() | nil,
  kind: String.t() | nil,
  project: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.