Show / Hide Table of Contents

Class GoogleAdsHomeservicesLocalservicesV1MessageLead

Container for message lead specific information.

Inheritance
object
GoogleAdsHomeservicesLocalservicesV1MessageLead
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX