OperationDisplay Class
Metadata associated with the operation.
Constructor
OperationDisplay(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
The description of the operation. |
|
provider
|
The name of the provider. |
|
resource
|
The name of the resource type on which the operation is performed. |
|
operation
|
The type of operation: get, read, delete, etc. |
Attributes
description
The description of the operation.
description: str | None
operation
get, read, delete, etc.
operation: str | None
provider
The name of the provider.
provider: str | None
resource
The name of the resource type on which the operation is performed.
resource: str | None