GoogleApi.BigQuery.V2.Model.SnapshotDefinition (google_api_big_query v0.66.1) View Source
Attributes
-
baseTableReference(type:GoogleApi.BigQuery.V2.Model.TableReference.t, default:nil) - [Required] Reference describing the ID of the table that was snapshot. -
snapshotTime(type:DateTime.t, default:nil) - [Required] The time at which the base table was snapshot. This value is reported in the JSON response using RFC3339 format.
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.