Struct google_gan1_beta1::Links[][src]

pub struct Links {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<Link>>,
    pub kind: 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

The next page token.

The links.

The kind for a page of links.

Trait Implementations

impl Default for Links
[src]

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

impl Clone for Links
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Links
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Links
[src]

Auto Trait Implementations

impl Send for Links

impl Sync for Links