ResourceBase interface
プロパティ
description | 資産の説明テキスト。 |
properties | 資産プロパティ ディクショナリ。 |
tags | タグ辞書。 タグは追加、削除、更新できます。 |
プロパティの詳細
description
資産の説明テキスト。
description?: string
プロパティ値
string
properties
資産プロパティ ディクショナリ。
properties?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}
tags
タグ辞書。 タグは追加、削除、更新できます。
tags?: {[propertyName: string]: string | null}
プロパティ値
{[propertyName: string]: string | null}