View Source GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1BookingLead (google_api_local_services v0.9.0)
Container for booking lead specific information.
Attributes
-
bookingAppointmentTimestamp
(type:DateTime.t
, default:nil
) - Timestamp of when service is provided by advertiser. -
consumerEmail
(type:String.t
, default:nil
) - Consumer email associated with the booking lead. -
consumerPhoneNumber
(type:String.t
, default:nil
) - Consumer phone number associated with the booking lead. -
customerName
(type:String.t
, default:nil
) - Name of the customer who created the lead. -
jobType
(type:String.t
, default:nil
) - The job type of the specified lead.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1BookingLead{ bookingAppointmentTimestamp: DateTime.t() | nil, consumerEmail: String.t() | nil, consumerPhoneNumber: String.t() | nil, customerName: String.t() | nil, jobType: String.t() | nil }