operation property

String? operation
getter/setter pair

The operation performed by the principal for the data flow event. Possible string values are:

  • "OPERATION_UNSPECIFIED" : The operation is unspecified.
  • "READ" : Represents a read operation.
  • "MOVE" : Represents a move operation.
  • "COPY" : Represents a copy operation.

Implementation

core.String? operation;