Share via


Operation Class

A REST API operation.

Constructor

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

Variables

Name Description
name
str

The operation name.

is_data_action

Indicates whether the operation is a data action.

display

The object that describes the operation.

origin
str

The intended executor of the operation.

properties
any

Properties of the operation.

Attributes

display

The object that describes the operation.

display: _models.OperationDisplay | None

is_data_action

Indicates whether the operation is a data action.

is_data_action: bool | None

name

The operation name.

name: str | None

origin

The intended executor of the operation.

origin: str | None

properties

Properties of the operation.

properties: Any | None