Struct google_partners2::CompanyRelation[][src]

pub struct CompanyRelation {
    pub website: Option<String>,
    pub manager_account: Option<String>,
    pub specialization_status: Option<Vec<SpecializationStatus>>,
    pub internal_company_id: Option<String>,
    pub creation_time: Option<String>,
    pub company_admin: Option<bool>,
    pub address: Option<String>,
    pub segment: Option<Vec<String>>,
    pub primary_country_code: Option<i64>,
    pub name: Option<String>,
    pub company_id: Option<String>,
    pub is_pending: Option<bool>,
    pub primary_address: Option<Location>,
    pub badge_tier: Option<String>,
    pub state: Option<String>,
    pub phone_number: Option<String>,
    pub logo_url: Option<String>,
    pub primary_language_code: Option<String>,
    pub resolved_timestamp: Option<String>,
}

A CompanyRelation resource representing information about a user's affiliation and standing with a company in Partners.

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

The website URL for this company.

The AdWords manager account # associated this company.

The list of Google Partners specialization statuses for the company.

The internal company ID. Only available for a whitelisted set of api clients.

The timestamp of when affiliation was requested. @OutputOnly

Indicates if the user is an admin for this company.

The primary address for this company.

The segment the company is classified as.

The primary country code of the company.

The name (in the company's primary language) for the company.

The ID of the company. There may be no id if this is a pending company.5

The flag that indicates if the company is pending verification.

The primary location of the company.

Whether the company is a Partner.

The state of relationship, in terms of approvals.

The phone number for the company's primary address.

A URL to a profile photo, e.g. a G+ profile photo.

The primary language code of the company.

The timestamp when the user was approved. @OutputOnly

Trait Implementations

impl Default for CompanyRelation
[src]

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

impl Clone for CompanyRelation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompanyRelation
[src]

Formats the value using the given formatter. Read more

impl RequestValue for CompanyRelation
[src]

impl ResponseResult for CompanyRelation
[src]

Auto Trait Implementations