Struct google_content2::LocationIdSet[][src]

pub struct LocationIdSet {
    pub location_ids: Option<Vec<String>>,
}

There is no detailed description.

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

Fields

A non-empty list of location IDs. They must all be of the same location type (e.g., state).

Trait Implementations

impl Default for LocationIdSet
[src]

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

impl Clone for LocationIdSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LocationIdSet
[src]

Formats the value using the given formatter. Read more

impl Part for LocationIdSet
[src]

Auto Trait Implementations