Struct google_resourceviews1_beta2::ZoneViewsSetServiceRequest[][src]

pub struct ZoneViewsSetServiceRequest {
    pub resource_name: Option<String>,
    pub endpoints: Option<Vec<ServiceEndpoint>>,
    pub fingerprint: 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 name of the resource if user wants to update the service information of the resource.

The service information to be updated.

Fingerprint of the service information; a hash of the contents. This field is used for optimistic locking when updating the service entries.

Trait Implementations

impl Default for ZoneViewsSetServiceRequest
[src]

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

impl Clone for ZoneViewsSetServiceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZoneViewsSetServiceRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for ZoneViewsSetServiceRequest
[src]

Auto Trait Implementations