共用方式為


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>}