AssetBase interface
- Extends
Properties
is |
If the name version are system generated (anonymous registration). |
is |
Is the asset archived? |
Inherited Properties
description | The asset description text. |
properties | The asset property dictionary. |
tags | Tag dictionary. Tags can be added, removed, and updated. |
Property Details
isAnonymous
If the name version are system generated (anonymous registration).
isAnonymous?: boolean
Property Value
boolean
isArchived
Is the asset archived?
isArchived?: boolean
Property Value
boolean
Inherited Property Details
description
The asset description text.
description?: string
Property Value
string
Inherited From ResourceBase.description
properties
The asset property dictionary.
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From ResourceBase.properties
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
Inherited From ResourceBase.tags