Component Version Response
data class ComponentVersionResponse(val componentSpec: Any? = null, val description: String? = null, val isAnonymous: Boolean? = null, val isArchived: Boolean? = null, val properties: Map<String, String>? = null, val provisioningState: String, val tags: Map<String, String>? = null)
Definition of a component version: defines resources that span component types.
Constructors
Properties
Link copied to clipboard
Defines Component definition details.
Link copied to clipboard
The asset description text.
Link copied to clipboard
If the name version are system generated (anonymous registration).
Link copied to clipboard
Is the asset archived?
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Provisioning state for the component version.