Operation Class
REST API operation definition.
Constructor
Operation(*, name: str | None = None, display: OperationDisplay | None = None, origin: str | None = None, properties: Dict[str, Any] | None = None, **kwargs)Keyword-Only Parameters
| Name | Description | 
|---|---|
| name | The name of the operation being performed on this particular object. Default value: None | 
| display | The localized display information for this particular operation or action. Default value: None | 
| origin | The intended executor of the operation. Default value: None | 
| properties | Additional descriptions for the operation. Default value: None | 
Variables
| Name | Description | 
|---|---|
| name | The name of the operation being performed on this particular object. | 
| display | The localized display information for this particular operation or action. | 
| origin | The intended executor of the operation. | 
| properties | Additional descriptions for the operation. |