ResourceBase interface
Properties
| description | The asset description text. |
| properties | The asset property dictionary. |
| tags | Tag dictionary. Tags can be added, removed, and updated. |
Property Details
description
The asset description text.
description?: string
Property Value
string
properties
The asset property dictionary.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}