Operation Class

SQL REST API operation definition.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
Operation

Constructor

Operation(**kwargs)

Variables

name
str

The name of the operation being performed on this particular object.

display
OperationDisplay

The localized display information for this particular operation / action.

origin
str or OperationOrigin

The intended executor of the operation. Possible values include: "user", "system".

properties
dict[str, any]

Additional descriptions for the operation.