Operation Class
Operation provided by provider.
Constructor
Operation(*, display: _models.OperationDisplay | None = None, name: str | None = None, origin: str | None = None, is_data_action: bool | None = None, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
display
|
Properties of the operation. Default value: None
|
|
name
|
Name of the operation. Default value: None
|
|
origin
|
The origin of the operation. Default value: None
|
|
is_data_action
|
Indicates whether the operation is a data action. Default value: None
|
Variables
| Name | Description |
|---|---|
|
display
|
Properties of the operation. |
|
name
|
Name of the operation. |
|
origin
|
The origin of the operation. |
|
is_data_action
|
Indicates whether the operation is a data action. |