Component Container Response
data class ComponentContainerResponse(val description: String? = null, val isArchived: Boolean? = null, val latestVersion: String, val nextVersion: String, val properties: Map<String, String>? = null, val provisioningState: String, val tags: Map<String, String>? = null)
Component container definition.
Constructors
Properties
Link copied to clipboard
The asset description text.
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
The latest version inside this container.
Link copied to clipboard
The next auto incremental version
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Provisioning state for the component container.