leadType property

String? leadType
getter/setter pair

Type of Local Services lead: phone, message, booking, etc.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "MESSAGE" : Message lead.
  • "PHONE_CALL" : Lead created by phone call.
  • "BOOKING" : Booking lead.

Implementation

core.String? leadType;