Operation Class

REST API operation definition.

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

Inheritance
Operation

Constructor

Operation(*, is_data_action: Optional[bool] = None, **kwargs)

Parameters

is_data_action
bool
Required

Indicates whether the operation is a data action.

Variables

name
str

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

display
OperationDisplay

The localized display information for this particular operation or action.

origin
str or OperationOrigin

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

properties
dict[str, any]

Additional descriptions for the operation.