OperationsDefinition interface
屬性
display | 注意:此屬性不會序列化。 它只能由伺服器填入。 |
is |
指出作業是否為數據動作 |
name | 注意:此屬性不會序列化。 它只能由伺服器填入。 |
origin | 注意:此屬性不會序列化。 它只能由伺服器填入。 |
properties | 注意的字典:此屬性不會序列化。 它只能由伺服器填入。 |
屬性詳細資料
display
isDataAction
指出作業是否為數據動作
isDataAction?: boolean
屬性值
boolean
name
注意:此屬性不會序列化。 它只能由伺服器填入。
name?: string
屬性值
string
origin
注意:此屬性不會序列化。 它只能由伺服器填入。
origin?: string
屬性值
string
properties
注意的字典:此屬性不會序列化。 它只能由伺服器填入。
properties?: {[propertyName: string]: Record<string, unknown>}
屬性值
{[propertyName: string]: Record<string, unknown>}