GoogleApi.BigQuery.V2.Model.SnapshotDefinition (google_api_big_query v0.63.0) View Source
Attributes
-
baseTableReference(type:GoogleApi.BigQuery.V2.Model.TableReference.t, default:nil) - [Required] Reference describing the ID of the table that is snapshotted. -
snapshotTime(type:DateTime.t, default:nil) - [Required] The time at which the base table was snapshot.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.SnapshotDefinition{
baseTableReference: GoogleApi.BigQuery.V2.Model.TableReference.t() | nil,
snapshotTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.