View Source GoogleApi.BackupDR.V1.Model.InitiateBackupResponse (google_api_backup_dr v0.12.1)

Response message for InitiateBackup.

Attributes

  • backup (type: String.t, default: nil) - The name of the backup that was created.
  • baseBackupGenerationId (type: integer(), default: nil) - The generation id of the base backup. It is needed for the incremental backups.
  • newBackupGenerationId (type: integer(), default: nil) - The generation id of the new backup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.InitiateBackupResponse{
  backup: String.t() | nil,
  baseBackupGenerationId: integer() | nil,
  newBackupGenerationId: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.