OperationInfo Class

Information about an operation.

Inheritance
OperationInfo

Constructor

OperationInfo(*, provider: Optional[str] = None, resource: Optional[str] = None, operation: Optional[str] = None, description: Optional[str] = None, **kwargs)

Variables

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.