type property

String? type
getter/setter pair

The type of the operation Possible string values are:

  • "OPERATION_TYPE_UNSPECIFIED" : The operation is unspecified.
  • "OPEN" : Represents an open operation.
  • "READ" : Represents a read operation.
  • "RENAME" : Represents a rename operation.
  • "WRITE" : Represents a write operation.
  • "EXECUTE" : Represents an execute operation.

Implementation

core.String? type;