Struct google_partners2::LocalizedCompanyInfo [] [src]

pub struct LocalizedCompanyInfo {
    pub country_codes: Option<Vec<String>>,
    pub language_code: Option<String>,
    pub display_name: Option<String>,
    pub overview: Option<String>,
}

The localized company information.

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

Fields

List of country codes for the localized company info.

Language code of the localized company info, as defined by BCP 47 (IETF BCP 47, "Tags for Identifying Languages").

Localized display name.

Localized brief description that the company uses to advertise themselves.

Trait Implementations

impl Debug for LocalizedCompanyInfo
[src]

Formats the value using the given formatter.

impl Clone for LocalizedCompanyInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for LocalizedCompanyInfo
[src]

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

impl Part for LocalizedCompanyInfo
[src]