次の方法で共有


Operation Class

Operation provided by provider.

Constructor

Operation(*, display: _models.OperationDisplay | None = None, name: str | None = None, origin: str | None = None, is_data_action: bool | None = None, **kwargs)

Keyword-Only Parameters

Name Description
display

Properties of the operation.

Default value: None
name
str

Name of the operation.

Default value: None
origin
str

The origin of the operation.

Default value: None
is_data_action

Indicates whether the operation is a data action.

Default value: None

Variables

Name Description
display

Properties of the operation.

name
str

Name of the operation.

origin
str

The origin of the operation.

is_data_action

Indicates whether the operation is a data action.