GoogleApi.BigQuery.V2.Model.CloneDefinition (google_api_big_query v0.88.0)
View SourceInformation about base table and clone time of a table clone.
Attributes
-
baseTableReference(type:GoogleApi.BigQuery.V2.Model.TableReference.t, default:nil) - Required. Reference describing the ID of the table that was cloned. -
cloneTime(type:DateTime.t, default:nil) - Required. The time at which the base table was cloned. This value is reported in the JSON response using RFC3339 format.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.CloneDefinition{ baseTableReference: GoogleApi.BigQuery.V2.Model.TableReference.t() | nil, cloneTime: DateTime.t() | nil }