Class GoogleAdsHomeservicesLocalservicesV1BookingLead
Container for booking lead specific information.
Implements
Inherited Members
Namespace: Google.Apis.Localservices.v1.Data
Assembly: Google.Apis.Localservices.v1.dll
Syntax
public class GoogleAdsHomeservicesLocalservicesV1BookingLead : IDirectResponseSchema
Properties
BookingAppointmentTimestamp
object representation of BookingAppointmentTimestampRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use BookingAppointmentTimestampDateTimeOffset instead.")]
public virtual object BookingAppointmentTimestamp { get; set; }
Property Value
Type | Description |
---|---|
object |
BookingAppointmentTimestampDateTimeOffset
DateTimeOffset representation of BookingAppointmentTimestampRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? BookingAppointmentTimestampDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
BookingAppointmentTimestampRaw
Timestamp of when service is provided by advertiser.
Declaration
[JsonProperty("bookingAppointmentTimestamp")]
public virtual string BookingAppointmentTimestampRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ConsumerEmail
Consumer email associated with the booking lead.
Declaration
[JsonProperty("consumerEmail")]
public virtual string ConsumerEmail { get; set; }
Property Value
Type | Description |
---|---|
string |
ConsumerPhoneNumber
Consumer phone number associated with the booking lead.
Declaration
[JsonProperty("consumerPhoneNumber")]
public virtual string ConsumerPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerName
Name of the customer who created the lead.
Declaration
[JsonProperty("customerName")]
public virtual string CustomerName { 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 |
JobType
The job type of the specified lead.
Declaration
[JsonProperty("jobType")]
public virtual string JobType { get; set; }
Property Value
Type | Description |
---|---|
string |