Struct google_fusiontables2::TaskList[][src]

pub struct TaskList {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<Task>>,
    pub kind: Option<String>,
    pub total_items: Option<i32>,
}

Represents a list of tasks for a table.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Token used to access the next page of this result. No token is displayed if there are no more pages left.

List of all requested tasks.

Type of the resource. This is always "fusiontables#taskList".

Total number of tasks for the table.

Trait Implementations

impl Default for TaskList
[src]

Returns the "default value" for a type. Read more

impl Clone for TaskList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TaskList
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for TaskList
[src]

Auto Trait Implementations

impl Send for TaskList

impl Sync for TaskList