Struct google_partners2::Lead [] [src]

pub struct Lead {
    pub gps_motivations: Option<Vec<String>>,
    pub family_name: Option<String>,
    pub min_monthly_budget: Option<Money>,
    pub comments: Option<String>,
    pub id: Option<String>,
    pub website_url: Option<String>,
    pub phone_number: Option<String>,
    pub given_name: Option<String>,
    pub type_: Option<String>,
    pub email: Option<String>,
}

A lead resource that represents an advertiser contact for a Company. These are usually generated via Google Partner Search (the advertiser portal).

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

Fields

List of reasons for using Google Partner Search and creating a lead.

Last name of lead source.

The minimum monthly budget lead source is willing to spend.

Comments lead source gave.

ID of the lead.

Website URL of lead source.

Phone number of lead source.

First name of lead source.

Type of lead.

Email address of lead source.

Trait Implementations

impl Debug for Lead
[src]

Formats the value using the given formatter.

impl Clone for Lead
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Lead
[src]

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

impl Part for Lead
[src]