Content Source Response
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)