Class GoogleAdsHomeservicesLocalservicesV1MessageLead
Container for message lead specific information.
Implements
Inherited Members
Namespace: Google.Apis.Localservices.v1.Data
Assembly: Google.Apis.Localservices.v1.dll
Syntax
public class GoogleAdsHomeservicesLocalservicesV1MessageLead : IDirectResponseSchema
Properties
ConsumerPhoneNumber
Consumer phone number associated with the message 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 |
PostalCode
The postal code of the customer who created the lead.
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |