type property

String? type
getter/setter pair

Possible string values are:

  • "UNSPECIFIED" : Invalid value.
  • "VIEW" : This interaction indicates the user viewed the item.
  • "EDIT" : This interaction indicates the user edited the item.

Implementation

core.String? type;