Struct google_resourceviews1_beta2::ZoneViewsAddResourcesRequest[][src]

pub struct ZoneViewsAddResourcesRequest {
    pub resources: Option<Vec<String>>,
}

The request to add resources to the resource view.

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 list of resources to be added.

Trait Implementations

impl Default for ZoneViewsAddResourcesRequest
[src]

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

impl Clone for ZoneViewsAddResourcesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZoneViewsAddResourcesRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ZoneViewsAddResourcesRequest
[src]

Auto Trait Implementations