leadType property

String? leadType
getter/setter pair

Lead type. Possible string values are:

  • "LEAD_TYPE_UNSPECIFIED" : Not specified.
  • "MESSAGE" : Message lead.
  • "PHONE_CALL" : Phone call lead.
  • "BOOKING" : Booking lead.

Implementation

core.String? leadType;