Struct google_resourceviews1_beta2::ZoneViewsListResourcesResponse[][src]

pub struct ZoneViewsListResourcesResponse {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<ListResourceResponseItem>>,
    pub network: Option<String>,
}

The response to a list resource 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 formatted JSON that is requested by the user.

The URL of a Compute Engine network to which the resources in the view belong.

Trait Implementations

impl Default for ZoneViewsListResourcesResponse
[src]

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

impl Clone for ZoneViewsListResourcesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZoneViewsListResourcesResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ZoneViewsListResourcesResponse
[src]

Auto Trait Implementations