type property

String? type
getter/setter pair

The type of data. Possible string values are:

  • "DATA_TYPE_UNSPECIFIED" : The data type is unspecified.
  • "EMAIL" : The data is an email address.
  • "PHONE_NUMBER" : The data is a phone number.
  • "ADDRESS" : The data is a physical address.
  • "IP_ADDRESS" : The data is an IP address.

Implementation

core.String? type;