View Source GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1DatabaseSnapshot (google_api_firestore v0.27.0)

A consistent snapshot of a database at a specific point in time.

Attributes

  • database (type: String.t, default: nil) - Required. A name of the form projects/{project_id}/databases/{database_id}
  • snapshotTime (type: DateTime.t, default: nil) - Required. The timestamp at which the database snapshot is taken. The requested timestamp must be a whole minute within the PITR window.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Firestore.V1.Model.GoogleFirestoreAdminV1DatabaseSnapshot{
  database: String.t() | nil,
  snapshotTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.