Operation Class
A REST API operation.
Constructor
Operation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The operation name. |
|
is_data_action
|
Indicates whether the operation is a data action. |
|
display
|
The object that describes the operation. |
|
origin
|
The intended executor of the operation. |
|
properties
|
Properties of the operation. |
Attributes
display
The object that describes the operation.
display: _models.OperationDisplay | None
is_data_action
Indicates whether the operation is a data action.
is_data_action: bool | None
name
The operation name.
name: str | None
origin
The intended executor of the operation.
origin: str | None
properties
Properties of the operation.
properties: Any | None