ResourceBase interface

模型介面 ResourceBase

屬性

description

資產描述文字。

properties

資產屬性字典。

tags

標記字典。 標記可以新增、移除和更新。

屬性詳細資料

description

資產描述文字。

description?: string

屬性值

string

properties

資產屬性字典。

properties?: Record<string, string>

屬性值

Record<string, string>

tags

標記字典。 標記可以新增、移除和更新。

tags?: Record<string, string>

屬性值

Record<string, string>