Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAdsHomeservicesLocalservicesV1BookingLead

import type { GoogleAdsHomeservicesLocalservicesV1BookingLead } from "https://googleapis.deno.dev/v1/localservices:v1.ts";

Container for booking lead specific information.

interface GoogleAdsHomeservicesLocalservicesV1BookingLead {
bookingAppointmentTimestamp?: Date;
consumerEmail?: string;
consumerPhoneNumber?: string;
customerName?: string;
jobType?: string;
}

§Properties

§
bookingAppointmentTimestamp?: Date
[src]

Timestamp of when service is provided by advertiser.

§
consumerEmail?: string
[src]

Consumer email associated with the booking lead.

§
consumerPhoneNumber?: string
[src]

Consumer phone number associated with the booking lead.

§
customerName?: string
[src]

Name of the customer who created the lead.

§
jobType?: string
[src]

The job type of the specified lead.