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

Represents a list of tables.

Attributes

  • items (type: list(GoogleApi.FusionTables.V2.Model.Table.t), default: nil) - List of all requested tables.
  • kind (type: String.t, default: fusiontables#tableList) - The kind of item this is. For table list, this is always fusiontables#tableList.
  • nextPageToken (type: String.t, default: nil) - Token used to access the next page of this result. No token is displayed if there are no more pages left.

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.TableList{
  items: [GoogleApi.FusionTables.V2.Model.Table.t()],
  kind: String.t(),
  nextPageToken: String.t()
}

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.