Share via


ResourceBase interface

Properties

description

The asset description text.

tags

Tag dictionary. Tags can be added, removed, and updated.

Property Details

description

The asset description text.

description?: string

Property Value

string

tags

Tag dictionary. Tags can be added, removed, and updated.

tags?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}