Code Version Response
data class CodeVersionResponse(val codeUri: String? = 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)
Code asset version details.
Constructors
Properties
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 code version.