toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.logic.kotlin.outputs
/
ContentHashResponse
Content
Hash
Response
data
class
ContentHashResponse
(
val
algorithm
:
String
?
=
null
,
val
value
:
String
?
=
null
)
The content hash.
Members
Constructors
Content
Hash
Response
Link copied to clipboard
constructor
(
algorithm
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
algorithm
Link copied to clipboard
val
algorithm
:
String
?
=
null
The algorithm of the content hash.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value of the content hash.