google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.TaskList View Source
Represents a list of tasks for a table.
Attributes
items
(type:list(GoogleApi.FusionTables.V2.Model.Task.t)
, default:nil
) - List of all requested tasks.kind
(type:String.t
, default:fusiontables#taskList
) - Type of the resource. This is always "fusiontables#taskList".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.totalItems
(type:integer()
, default:nil
) - Total number of tasks for the table.
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 Sourcet() :: %GoogleApi.FusionTables.V2.Model.TaskList{ items: [GoogleApi.FusionTables.V2.Model.Task.t()], kind: String.t(), nextPageToken: String.t(), totalItems: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.