type property

String? type
getter/setter pair

The type of the call.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "MANUALLY_DIALED" : The phone call was manually dialed.
  • "HIGH_END_MOBILE_SEARCH" : The phone call was a mobile click-to-call.

Implementation

core.String? type;