Content Link Response
data class ContentLinkResponse(val contentHash: ContentHashResponse, val contentSize: Double, val contentVersion: String, val metadata: Any, val uri: String? = null)
The content link.
Constructors
Link copied to clipboard
constructor(contentHash: ContentHashResponse, contentSize: Double, contentVersion: String, metadata: Any, uri: String? = null)