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

GoogleAdsHomeservicesLocalservicesV1MessageLead

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

Container for message lead specific information.

interface GoogleAdsHomeservicesLocalservicesV1MessageLead {
consumerPhoneNumber?: string;
customerName?: string;
jobType?: string;
postalCode?: string;
}

§Properties

§
consumerPhoneNumber?: string
[src]

Consumer phone number associated with the message lead.

§
customerName?: string
[src]

Name of the customer who created the lead.

§
jobType?: string
[src]

The job type of the specified lead.

§
postalCode?: string
[src]

The postal code of the customer who created the lead.