Struct google_content2::PosDataProviders[][src]

pub struct PosDataProviders {
    pub country: Option<String>,
    pub pos_data_providers: Option<Vec<PosDataProvidersPosDataProvider>>,
}

There is no detailed description.

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

Fields

Country code.

A list of POS data providers.

Trait Implementations

impl Default for PosDataProviders
[src]

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

impl Clone for PosDataProviders
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PosDataProviders
[src]

Formats the value using the given formatter. Read more

impl Part for PosDataProviders
[src]

Auto Trait Implementations