pub struct GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport {
Show 16 fields pub account_id: Option<String>, pub aggregator_info: Option<GoogleAdsHomeservicesLocalservicesV1AggregatorInfo>, pub booking_lead: Option<GoogleAdsHomeservicesLocalservicesV1BookingLead>, pub business_name: Option<String>, pub charge_status: Option<String>, pub currency_code: Option<String>, pub dispute_status: Option<String>, pub geo: Option<String>, pub lead_category: Option<String>, pub lead_creation_timestamp: Option<String>, pub lead_id: Option<String>, pub lead_price: Option<f64>, pub lead_type: Option<String>, pub message_lead: Option<GoogleAdsHomeservicesLocalservicesV1MessageLead>, pub phone_lead: Option<GoogleAdsHomeservicesLocalservicesV1PhoneLead>, pub timezone: Option<GoogleTypeTimeZone>,
}
Expand description

A Detailed Lead Report of a lead identified by their lead id and contains consumer, account, monetization, and lead data.

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

Fields

account_id: Option<String>

Identifies account that received the lead.

aggregator_info: Option<GoogleAdsHomeservicesLocalservicesV1AggregatorInfo>

Aggregator specific information related to the lead.

booking_lead: Option<GoogleAdsHomeservicesLocalservicesV1BookingLead>

More information associated to only booking leads.

business_name: Option<String>

Business name associated to the account.

charge_status: Option<String>

Whether the lead has been charged.

currency_code: Option<String>

Currency code.

dispute_status: Option<String>

Dispute status related to the lead.

geo: Option<String>

Location of the associated account’s home city.

lead_category: Option<String>

Lead category (e.g. hvac, plumber)

lead_creation_timestamp: Option<String>

Timestamp of when the lead was created.

lead_id: Option<String>

Unique identifier of a Detailed Lead Report.

lead_price: Option<f64>

Price of the lead (available only after it has been charged).

lead_type: Option<String>

Lead type.

message_lead: Option<GoogleAdsHomeservicesLocalservicesV1MessageLead>

More information associated to only message leads.

phone_lead: Option<GoogleAdsHomeservicesLocalservicesV1PhoneLead>

More information associated to only phone leads.

timezone: Option<GoogleTypeTimeZone>

Timezone of the particular provider associated to a lead.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more