[−][src]Struct google_partners2::Company
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).
- update companies (request|response)
Fields
company_types: Option<Vec<String>>
Company type labels listed on the company's profile.
original_min_monthly_budget: Option<Money>
The unconverted minimum monthly budget that the company accepts for partner business.
specialization_status: Option<Vec<SpecializationStatus>>
The list of Google Partners specialization statuses for the company.
profile_status: Option<String>
The public viewability status of the company's profile.
locations: Option<Vec<Location>>
The list of all company locations. If set, must include the primary_location in the list.
services: Option<Vec<String>>
Services the company can help with.
additional_websites: Option<Vec<String>>
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.
primary_location: Option<Location>
The primary location of the company.
public_profile: Option<PublicProfile>
Basic information from the company's public profile.
id: Option<String>
The ID of the company.
industries: Option<Vec<String>>
Industries the company can help with.
website_url: Option<String>
URL of the company's website.
auto_approval_email_domains: Option<Vec<String>>
Email domains that allow users with a matching email address to get auto-approved for associating with this company.
name: Option<String>
The name of the company.
localized_infos: Option<Vec<LocalizedCompanyInfo>>
The list of localized info for the company.
badge_tier: Option<String>
Partner badge tier
ranks: Option<Vec<Rank>>
Information related to the ranking of the company within the list of companies.
primary_adwords_manager_account_id: Option<String>
The Primary AdWords Manager Account id.
primary_language_code: Option<String>
The primary language code of the company, as defined by BCP 47 (IETF BCP 47, "Tags for Identifying Languages").
certification_statuses: Option<Vec<CertificationStatus>>
The list of Google Partners certification statuses for the company.
Whether the company's badge authority is in AWN
converted_min_monthly_budget: Option<Money>
The minimum monthly budget that the company accepts for partner business, converted to the requested currency code.
Trait Implementations
impl ResponseResult for Company
[src]
impl RequestValue for Company
[src]
impl Clone for Company
[src]
impl Default for Company
[src]
impl Debug for Company
[src]
impl Serialize for Company
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl<'de> Deserialize<'de> for Company
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl Send for Company
impl Sync for Company
impl Unpin for Company
impl UnwindSafe for Company
impl RefUnwindSafe for Company
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Typeable for T where
T: Any,
T: Any,
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,