CodeContainerResponse

data class CodeContainerResponse(val description: String? = null, val properties: Map<String, String>? = null, val tags: Map<String, String>? = null)

Container for code asset versions.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The asset description text.

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.