operation property
Operation to perform on the entity.
Required. Possible string values are:
- "OPERATION_TYPE_UNSPECIFIED" : Operation type unspecified. Invalid, ConnectorTool create/update will fail.
- "LIST" : List operation.
- "GET" : Get operation.
- "CREATE" : Create operation.
- "UPDATE" : Update operation.
- "DELETE" : Delete operation.
Implementation
core.String? operation;