OperationDisplay Class

Metadata associated with the operation.

Constructor

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

Variables

Name Description
description
str

The description of the operation.

provider
str

The name of the provider.

resource
str

The name of the resource type on which the operation is performed.

operation
str

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