ContentHashResponse

data class ContentHashResponse(val algorithm: String? = null, val value: String? = null)

The content hash.

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String? = null

The algorithm of the content hash.

Link copied to clipboard
val value: String? = null

The value of the content hash.