google_api_big_query v0.13.0 GoogleApi.BigQuery.V2.Model.TableDataInsertAllRequestRows View Source
Attributes
- insertId (String.t): [Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis. Defaults to
nil
. - json (GoogleApi.BigQuery.V2.Model.JsonObject.t): [Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.TableDataInsertAllRequestRows{
insertId: String.t(),
json: GoogleApi.BigQuery.V2.Model.JsonObject.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.TableDataInsertAllRequestRows{ insertId: String.t(), json: GoogleApi.BigQuery.V2.Model.JsonObject.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.