ContentSourceResponse

data class ContentSourceResponse(val hash: ContentHashResponse? = null, val type: String? = null, val value: String? = null, val version: String? = null)

Definition of the content source.

Constructors

Link copied to clipboard
constructor(hash: ContentHashResponse? = null, type: String? = null, value: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the hash.

Link copied to clipboard
val type: String? = null

Gets or sets the content source type.

Link copied to clipboard
val value: String? = null

Gets or sets the value of the content. This is based on the content source type.

Link copied to clipboard
val version: String? = null

Gets or sets the version of the content.