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.outputs
/
HashResponse
Hash
Response
data
class
HashResponse
(
val
type
:
String
,
val
value
:
String
)
Container message for hash values.
Members
Constructors
Hash
Response
Link copied to clipboard
constructor
(
type
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
String
The type of hash that was performed.
value
Link copied to clipboard
val
value
:
String
The hash value.