ContentLinkResponse

data class ContentLinkResponse(val contentHash: ContentHashResponse? = null, val uri: String? = null, val version: String? = null)

Definition of the content link.

Constructors

Link copied to clipboard
constructor(contentHash: ContentHashResponse? = null, uri: 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 uri: String? = null

Gets or sets the uri of content.

Link copied to clipboard
val version: String? = null

Gets or sets the version of the content.