google_api_fusion_tables v0.3.0 GoogleApi.FusionTables.V2.Model.Sqlresponse View Source

Represents a response to a SQL statement.

Attributes

  • columns (type: list(String.t), default: nil) - Columns in the table.
  • kind (type: String.t, default: fusiontables#sqlresponse) - The kind of item this is. For responses to SQL queries, this is always fusiontables#sqlresponse.
  • rows (type: list(list(any())), default: nil) - The rows in the table. For each cell we print out whatever cell value (e.g., numeric, string) exists. Thus it is important that each cell contains only one value.

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() :: %GoogleApi.FusionTables.V2.Model.Sqlresponse{
  columns: [String.t()],
  kind: String.t(),
  rows: [[any()]]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.