Struct google_tasks1::TaskList [] [src]

pub struct TaskList {
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub title: Option<String>,
    pub updated: Option<String>,
    pub self_link: Option<String>,
    pub id: Option<String>,
}

There is no detailed description.

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

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

ETag of the resource.

Title of the task list.

Last modification time of the task list (as a RFC 3339 timestamp).

URL pointing to this task list. Used to retrieve, update, or delete this task list.

Task list identifier.

Trait Implementations

impl Debug for TaskList
[src]

Formats the value using the given formatter.

impl Clone for TaskList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TaskList
[src]

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

impl RequestValue for TaskList
[src]

impl Resource for TaskList
[src]

impl ResponseResult for TaskList
[src]