CodeContainerProperties interface  
Container for code asset versions.
- Extends
 
Properties
| provisioning | 
	Provisioning state for the code container. NOTE: This property will not be serialized. It can only be populated by the server.  | 
Inherited Properties
| description | The asset description text.  | 
| 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.  | 
| properties | The asset property dictionary.  | 
| tags | Tag dictionary. Tags can be added, removed, and updated.  | 
Property Details
		provisioningState
	 
	Provisioning state for the code container. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
				Property Value
string
Inherited Property Details
description
The asset description text.
description?: string
				Property Value
string
Inherited From AssetContainer.description
		isArchived
	 
	Is the asset archived?
isArchived?: boolean
				Property Value
boolean
Inherited From AssetContainer.isArchived
		latestVersion
	 
	The latest version inside this container. NOTE: This property will not be serialized. It can only be populated by the server.
latestVersion?: string
				Property Value
string
Inherited From AssetContainer.latestVersion
		nextVersion
	 
	The next auto incremental version NOTE: This property will not be serialized. It can only be populated by the server.
nextVersion?: string
				Property Value
string
Inherited From AssetContainer.nextVersion
properties
The asset property dictionary.
properties?: {[propertyName: string]: string | null}
				Property Value
{[propertyName: string]: string | null}
Inherited From AssetContainer.properties
tags
Tag dictionary. Tags can be added, removed, and updated.
tags?: {[propertyName: string]: string | null}
				Property Value
{[propertyName: string]: string | null}
Inherited From AssetContainer.tags