HashArgs

data class HashArgs(val type: Output<HashType>? = null, val value: Output<String>? = null) : ConvertibleToJava<HashArgs>

Container message for hash values.

Constructors

Link copied to clipboard
fun HashArgs(type: Output<HashType>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): HashArgs

Properties

Link copied to clipboard
val type: Output<HashType>? = null

The type of hash that was performed.

Link copied to clipboard
val value: Output<String>? = null

The hash value.