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

GoogleAdsHomeservicesLocalservicesV1PhoneLead

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

Container for phone lead specific information.

interface GoogleAdsHomeservicesLocalservicesV1PhoneLead {
chargedCallTimestamp?: Date;
chargedConnectedCallDurationSeconds?: number;
consumerPhoneNumber?: string;
}

§Properties

§
chargedCallTimestamp?: Date
[src]

Timestamp of the phone call which resulted in a charged phone lead.

§
chargedConnectedCallDurationSeconds?: number
[src]

Duration of the charged phone call in seconds.

§
consumerPhoneNumber?: string
[src]

Consumer phone number associated with the phone lead.