共用方式為


Operation interface

REST API 作業定義。

屬性

display

此特定作或作的當地語系化顯示資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

isDataAction

指示作是否為數據作。

name

對此特定物件執行的作的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

origin

作的預期執行者。 注意:這個屬性不會串行化。 它只能由伺服器填入。

properties

作業的其他描述。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

display

此特定作或作的當地語系化顯示資訊。 注意:這個屬性不會串行化。 它只能由伺服器填入。

display?: OperationDisplay

屬性值

isDataAction

指示作是否為數據作。

isDataAction?: boolean

屬性值

boolean

name

對此特定物件執行的作的名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

origin

作的預期執行者。 注意:這個屬性不會串行化。 它只能由伺服器填入。

origin?: string

屬性值

string

properties

作業的其他描述。 注意:這個屬性不會串行化。 它只能由伺服器填入。

properties?: {[propertyName: string]: Record<string, unknown>}

屬性值

{[propertyName: string]: Record<string, unknown>}