Struct google_partners2::Company [] [src]

pub struct Company {
    pub company_types: Option<Vec<String>>,
    pub original_min_monthly_budget: Option<Money>,
    pub specialization_status: Option<Vec<SpecializationStatus>>,
    pub profile_status: Option<String>,
    pub locations: Option<Vec<Location>>,
    pub primary_location: Option<Location>,
    pub additional_websites: Option<Vec<String>>,
    pub services: Option<Vec<String>>,
    pub public_profile: Option<PublicProfile>,
    pub id: Option<String>,
    pub industries: Option<Vec<String>>,
    pub website_url: Option<String>,
    pub auto_approval_email_domains: Option<Vec<String>>,
    pub name: Option<String>,
    pub ranks: Option<Vec<Rank>>,
    pub badge_tier: Option<String>,
    pub localized_infos: Option<Vec<LocalizedCompanyInfo>>,
    pub primary_adwords_manager_account_id: Option<String>,
    pub primary_language_code: Option<String>,
    pub certification_statuses: Option<Vec<CertificationStatus>>,
    pub converted_min_monthly_budget: Option<Money>,
}

A company resource in the Google Partners API. Once certified, it qualifies for being searched by advertisers.

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

Company type labels listed on the company's profile.

The unconverted minimum monthly budget that the company accepts for partner business.

The list of Google Partners specialization statuses for the company.

The public viewability status of the company's profile.

The list of all company locations. If set, must include the primary_location in the list.

The primary location of the company.

URL of the company's additional websites used to verify the dynamic badges. These are stored as full URLs as entered by the user, but only the TLD will be used for the actual verification.

Services the company can help with.

Basic information from the company's public profile.

The ID of the company.

Industries the company can help with.

URL of the company's website.

Email domains that allow users with a matching email address to get auto-approved for associating with this company.

The name of the company.

Information related to the ranking of the company within the list of companies.

Partner badge tier

The list of localized info for the company.

The Primary AdWords Manager Account id.

The primary language code of the company, as defined by BCP 47 (IETF BCP 47, "Tags for Identifying Languages").

The list of Google Partners certification statuses for the company.

The minimum monthly budget that the company accepts for partner business, converted to the requested currency code.

Trait Implementations

impl Default for Company
[src]

[src]

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

impl Clone for Company
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Company
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Company
[src]

impl ResponseResult for Company
[src]