Struct google_cloudtasks2_beta2::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.

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

Auto Trait Implementations

impl Send for Location

impl Sync for Location