Show / Hide Table of Contents

Class GoogleAdsHomeservicesLocalservicesV1PhoneLead

Container for phone lead specific information.

Inheritance
object
GoogleAdsHomeservicesLocalservicesV1PhoneLead
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Localservices.v1.Data
Assembly: Google.Apis.Localservices.v1.dll
Syntax
public class GoogleAdsHomeservicesLocalservicesV1PhoneLead : IDirectResponseSchema

Properties

ChargedCallTimestamp

object representation of ChargedCallTimestampRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ChargedCallTimestampDateTimeOffset instead.")]
public virtual object ChargedCallTimestamp { get; set; }
Property Value
Type Description
object

ChargedCallTimestampDateTimeOffset

DateTimeOffset representation of ChargedCallTimestampRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? ChargedCallTimestampDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

ChargedCallTimestampRaw

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

Declaration
[JsonProperty("chargedCallTimestamp")]
public virtual string ChargedCallTimestampRaw { get; set; }
Property Value
Type Description
string

ChargedConnectedCallDurationSeconds

Duration of the charged phone call in seconds.

Declaration
[JsonProperty("chargedConnectedCallDurationSeconds")]
public virtual object ChargedConnectedCallDurationSeconds { get; set; }
Property Value
Type Description
object

ConsumerPhoneNumber

Consumer phone number associated with the phone lead.

Declaration
[JsonProperty("consumerPhoneNumber")]
public virtual string ConsumerPhoneNumber { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX