Struct google_tasks1::TaskLinks [] [src]

pub struct TaskLinks {
    pub link: Option<String>,
    pub type_: Option<String>,
    pub description: Option<String>,
}

Collection of links. This collection is read-only.

This type is not used in any activity, and only used as part of another schema.

Fields

The URL.

Type of the link, e.g. "email".

The description. In HTML speak: Everything between and .

Trait Implementations

impl Default for TaskLinks
[src]

[src]

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

impl Clone for TaskLinks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TaskLinks
[src]

[src]

Formats the value using the given formatter.

impl NestedType for TaskLinks
[src]

impl Part for TaskLinks
[src]