View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1BackupSource (google_api_firestore v0.32.1)

Information about a backup that was used to restore a database.

Attributes

  • backup (type: String.t, default: nil) - The resource name of the backup that was used to restore this database. Format: projects/{project}/locations/{location}/backups/{backup}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1BackupSource{
  backup: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.