Struct google_appengine1_beta5::Location[][src]

pub struct Location {
    pub labels: Option<HashMap<String, String>>,
    pub location_id: Option<String>,
    pub name: Option<String>,
    pub metadata: Option<HashMap<String, String>>,
}

A resource that represents Google Cloud Platform location.

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

Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"}

The canonical id for this location. For example: "us-east1".

Resource name for the location, which may vary between implementations. For example: "projects/example-project/locations/us-east1"

Service-specific metadata. For example the available capacity at the given location.

Trait Implementations

impl Default for Location
[src]

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

impl Clone for Location
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Location
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for Location
[src]

Auto Trait Implementations

impl Send for Location

impl Sync for Location