Struct google_resourceviews1_beta2::ZoneViewsList[][src]

pub struct ZoneViewsList {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<ResourceView>>,
    pub kind: Option<String>,
    pub self_link: Option<String>,
}

The response to a list request.

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

A token used for pagination.

The result that contains all resource views that meet the criteria.

Type of resource.

Server defined URL for this resource (output only).

Trait Implementations

impl Default for ZoneViewsList
[src]

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

impl Clone for ZoneViewsList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZoneViewsList
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ZoneViewsList
[src]

Auto Trait Implementations