type property

String? type
getter/setter pair

The interaction type. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "CALLS" : Calls.

Implementation

core.String? type;