Struct google_partners2::CompanyRelation [] [src]

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

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 AdWords manager account # associated this company.

The website URL for this 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 address for this company.

The timestamp of when affiliation was requested. @OutputOnly

Indicates if the user is an admin for this 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 timestamp when the user was approved. @OutputOnly

The segment the company is classified as.

The list of Google Partners specialization statuses for the company.

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.

impl RequestValue for CompanyRelation
[src]

impl ResponseResult for CompanyRelation
[src]