GoogleApi.LocalServices.V1.Model.GoogleAdsHomeservicesLocalservicesV1BookingLead (google_api_local_services v0.7.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.