View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1SourceInfo (google_api_firestore v0.32.0)

Information about the provenance of this database.

Attributes

  • backup (type: GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1BackupSource.t, default: nil) - If set, this database was restored from the specified backup (or a snapshot thereof).
  • operation (type: String.t, default: nil) - The associated long-running operation. This field may not be set after the operation has completed. Format: projects/{project}/databases/{database}/operations/{operation}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.