CodeContainerProperties interface
程式代碼資產版本的容器。
- Extends
繼承的屬性
description | 資產描述文字。 |
is |
資產是否已封存? |
latest |
此容器內的最新版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
next |
下一個自動累加版本注意:此屬性將不會串行化。 它只能由伺服器填入。 |
properties | 資產屬性字典。 |
tags | 標記字典。 標記可以新增、移除和更新。 |
繼承的屬性詳細資料
description
isArchived
latestVersion
此容器內的最新版本。 注意:這個屬性不會串行化。 它只能由伺服器填入。
latestVersion?: string
屬性值
string
nextVersion
properties
資產屬性字典。
properties?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}
tags
標記字典。 標記可以新增、移除和更新。
tags?: {[propertyName: string]: string | null}
屬性值
{[propertyName: string]: string | null}