CodeVersionResponse

data class CodeVersionResponse(val datastoreId: String? = null, val description: String? = null, val isAnonymous: Boolean? = null, val path: String, val properties: Map<String, String>? = null, val tags: Map<String, String>? = null)

Code asset version details.

Constructors

Link copied to clipboard
constructor(datastoreId: String? = null, description: String? = null, isAnonymous: Boolean? = null, path: String, properties: Map<String, String>? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val datastoreId: String? = null

ARM resource ID of the datastore where the asset is located.

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val isAnonymous: Boolean? = null

If the name version are system generated (anonymous registration).

Link copied to clipboard

Required The path of the file/directory in the datastore.

Link copied to clipboard
val properties: Map<String, String>? = null

The asset property dictionary.

Link copied to clipboard
val tags: Map<String, String>? = null

Tag dictionary. Tags can be added, removed, and updated.