OperationInfo Class
Information about an operation.
Constructor
OperationInfo(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provider
|
Name of the provider. |
|
resource
|
Name of the resource type. |
|
operation
|
Name of the operation. |
|
description
|
Description of the operation. |
Attributes
description
Description of the operation.
description: str | None
operation
Name of the operation.
operation: str | None
provider
Name of the provider.
provider: str | None
resource
Name of the resource type.
resource: str | None