Struct google_cloudfunctions1::Location[][src]

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

A resource that represents Google Cloud Platform location.

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

Fields

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

Cross-service attributes for the location. For example

{"cloud.googleapis.com/region": "us-east1"}

The friendly name for this location, typically a nearby city name. For example, "Tokyo".

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 Part for Location
[src]

Auto Trait Implementations

impl Send for Location

impl Sync for Location