toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.containeranalysis.v1beta1.kotlin.inputs
/
HashArgs
Hash
Args
data
class
HashArgs
(
val
type
:
Output
<
HashType
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
HashArgs
>
Container message for hash values.
Members
Constructors
Hash
Args
Link copied to clipboard
constructor
(
type
:
Output
<
HashType
>
,
value
:
Output
<
String
>
)
Properties
type
Link copied to clipboard
val
type
:
Output
<
HashType
>
The type of hash that was performed.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The hash value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
HashArgs