google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.ColumnBaseColumn View Source

Identifier of the base column. If present, this column is derived from the specified base column.

Attributes

  • columnId (type: integer(), default: nil) - The id of the column in the base table from which this column is derived.
  • tableIndex (type: integer(), default: nil) - Offset to the entry in the list of base tables in the table definition.

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.ColumnBaseColumn{
  columnId: integer(),
  tableIndex: integer()
}

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.