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

A background task on a table, initiated for time- or resource-consuming operations such as changing column types or deleting all rows.

Attributes

  • kind (type: String.t, default: fusiontables#task) - Type of the resource. This is always "fusiontables#task".
  • progress (type: String.t, default: nil) - Task percentage completion.
  • started (type: boolean(), default: nil) - false while the table is busy with some other task. true if this background task is currently running.
  • taskId (type: String.t, default: nil) - Identifier for the task.
  • type (type: String.t, default: nil) - Type of background task.

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.Task{
  kind: String.t(),
  progress: String.t(),
  started: boolean(),
  taskId: String.t(),
  type: 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.