Class GoogleAdsHomeservicesLocalservicesV1PhoneLead
Container for phone lead specific information.
Implements
Inherited Members
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 |