type property

String? type
getter/setter pair

The type of Data Leak Prevention (DLP) change. Possible string values are:

  • "TYPE_UNSPECIFIED" : An update to the DLP state that is neither FLAGGED or CLEARED.
  • "FLAGGED" : Document has been flagged as containing sensitive content.
  • "CLEARED" : Document is no longer flagged as containing sensitive content.

Implementation

core.String? type;