Struct google_resourceviews1_beta2::ListResourceResponseItem [] [src]

pub struct ListResourceResponseItem {
    pub endpoints: Option<HashMap<String, Vec<i32>>>,
    pub resource: Option<String>,
}

The list response item that contains the resource and end points information.

This type is not used in any activity, and only used as part of another schema.

Fields

The list of service end points on the resource.

The full URL of the resource.

Trait Implementations

impl Debug for ListResourceResponseItem
[src]

Formats the value using the given formatter.

impl Clone for ListResourceResponseItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ListResourceResponseItem
[src]

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

impl Part for ListResourceResponseItem
[src]