operation property

String? operation
getter/setter pair

Possible string values are:

  • "OPERATION_TYPE_UNSPECIFIED"
  • "LIST"
  • "GET"
  • "CREATE"
  • "UPDATE"
  • "DELETE"

Implementation

core.String? operation;