operation property

String? operation
getter/setter pair

Operation for which the tool was generated.

Optional. Possible string values are:

  • "OPERATION_UNSPECIFIED" : Operation unspecified.
  • "LIST" : LIST entities.
  • "GET" : GET entity.
  • "CREATE" : CREATE entity.
  • "UPDATE" : UPDATE entity.
  • "DELETE" : DELETE entity.

Implementation

core.String? operation;