OperationInfo Class

Information about an operation.

Constructor

OperationInfo(*args: Any, **kwargs: Any)

Variables

Name Description
provider
str

Name of the provider.

resource
str

Name of the resource type.

operation
str

Name of the operation.

description
str

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