Operation Class
Describes the supported REST operation.
Constructor
Operation(*, name: str | None = None, display: _models.Display | None = None, origin: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
name
|
The name of the operation being performed on this particular object. Default value: None
|
|
display
|
Contains the localized display information for this particular operation or action. Default value: None
|
|
origin
|
The intended executor of the operation. Default value: None
|