ContentHashResponse

data class ContentHashResponse(val algorithm: String, val value: String)

Definition of the runbook property type.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the content hash algorithm used to hash the content.

Link copied to clipboard

Gets or sets expected hash value of the content.