Struct google_partners2::api::Lead [−][src]
A lead resource that represents an advertiser contact for a Company. These
are usually generated via Google Partner Search (the advertiser portal).
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).
- list leads (none)
- update leads (request|response)
Fields
min_monthly_budget: Option<Money>The minimum monthly budget lead source is willing to spend.
given_name: Option<String>First name of lead source.
language_code: Option<String>Language code of the lead’s language preference, as defined by BCP 47 (IETF BCP 47, “Tags for Identifying Languages”).
website_url: Option<String>Website URL of lead source.
state: Option<String>The lead’s state in relation to the company.
gps_motivations: Option<Vec<String>>List of reasons for using Google Partner Search and creating a lead.
email: Option<String>Email address of lead source.
family_name: Option<String>Last name of lead source.
id: Option<String>ID of the lead.
comments: Option<String>Comments lead source gave.
phone_number: Option<String>Phone number of lead source.
adwords_customer_id: Option<String>The AdWords Customer ID of the lead.
create_time: Option<String>Timestamp of when this lead was created.
marketing_opt_in: Option<bool>Whether or not the lead signed up for marketing emails
type_: Option<String>Type of lead.
Trait Implementations
impl Clone for Lead[src]
impl Debug for Lead[src]
impl Default for Lead[src]
impl<'de> Deserialize<'de> for Lead[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl RequestValue for Lead[src]
impl Resource for Lead[src]
impl ResponseResult for Lead[src]
impl Serialize for Lead[src]
Auto Trait Implementations
impl RefUnwindSafe for Lead
impl Send for Lead
impl Sync for Lead
impl Unpin for Lead
impl UnwindSafe for Lead
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[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.
pub fn to_owned(&self) -> T[src]
pub 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 = Infallible
The type returned in the event of a conversion error.
pub 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>,