DataContainerResponse

data class DataContainerResponse(val dataType: String, val description: String? = null, val isArchived: Boolean? = null, val latestVersion: String, val nextVersion: String, val properties: Map<String, String>? = null, val tags: Map<String, String>? = null)

Container for data asset versions.

Constructors

Link copied to clipboard
constructor(dataType: String, description: String? = null, isArchived: Boolean? = null, latestVersion: String, nextVersion: String, properties: Map<String, String>? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Specifies the type of data.

Link copied to clipboard
val description: String? = null

The asset description text.

Link copied to clipboard
val isArchived: Boolean? = null

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
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.