pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.containeranalysis.v1alpha1.kotlin.outputs
/
HashResponse
Hash
Response
data
class
HashResponse
(
val
type
:
String
,
val
value
:
String
)
Container message for hash values.
Types
Constructors
Properties
Constructors
Hash
Response
Link copied to clipboard
fun
HashResponse
(
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.