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
location_ids: Option<Vec<String>>
A non-empty list of location IDs. They must all be of the same location type (e.g., state).
Trait Implementations
impl Debug for LocationIdSet[src]
impl Clone for LocationIdSet[src]
fn clone(&self) -> LocationIdSet
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for LocationIdSet[src]
fn default() -> LocationIdSet
Returns the "default value" for a type. Read more