共用方式為


DigitalTwinsModelData interface

該模型的模型定義和中繼資料。

屬性

decommissioned

指出模型是否已解除委任。 新建立的數位對應項無法參考解除委任的模型。

description

語言對應,其中包含模型定義中指定的當地語系化描述。

displayName

語言對應,其中包含模型定義中指定的當地語系化顯示名稱。

id

模型定義中指定的模型識別碼。

model

模型定義。

uploadTime

模型上傳至服務的時間。

屬性詳細資料

decommissioned

指出模型是否已解除委任。 新建立的數位對應項無法參考解除委任的模型。

decommissioned?: boolean

屬性值

boolean

description

語言對應,其中包含模型定義中指定的當地語系化描述。

description?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

displayName

語言對應,其中包含模型定義中指定的當地語系化顯示名稱。

displayName?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

id

模型定義中指定的模型識別碼。

id: string

屬性值

string

model

模型定義。

model?: any

屬性值

any

uploadTime

模型上傳至服務的時間。

uploadTime?: Date

屬性值

Date