AssetContainer interface 
- Extends
Properties
| is | Is the asset archived? | 
| latest | The latest version inside this container. NOTE: This property will not be serialized. It can only be populated by the server. | 
| next | The next auto incremental version NOTE: This property will not be serialized. It can only be populated by the server. | 
Inherited Properties
| description | The asset description text. | 
| properties | The asset property dictionary. | 
| tags | Tag dictionary. Tags can be added, removed, and updated. | 
Property Details
		isArchived
	 
	Is the asset archived?
isArchived?: booleanProperty Value
boolean
		latestVersion
	 
	The latest version inside this container. NOTE: This property will not be serialized. It can only be populated by the server.
latestVersion?: stringProperty Value
string
		nextVersion
	 
	The next auto incremental version NOTE: This property will not be serialized. It can only be populated by the server.
nextVersion?: stringProperty Value
string
Inherited Property Details
description
The asset description text.
description?: stringProperty 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