Share via


Operation Class

REST API operation definition.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

Operation(*, is_data_action: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
is_data_action

Indicates whether the operation is a data action.

Default value: None

Variables

Name Description
name
str

The name of the operation being performed on this particular object.

display

The localized display information for this particular operation or action.

is_data_action

Indicates whether the operation is a data action.

origin

The intended executor of the operation. Known values are: "NotSpecified", "user", and "system".

properties
dict[str, <xref:JSON>]

Additional descriptions for the operation.