toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.education.kotlin.outputs
/
AmountResponse
Amount
Response
data
class
AmountResponse
(
val
currency
:
String
?
=
null
,
val
value
:
Double
?
=
null
)
The amount.
Members
Constructors
Amount
Response
Link copied to clipboard
constructor
(
currency
:
String
?
=
null
,
value
:
Double
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
currency
Link copied to clipboard
val
currency
:
String
?
=
null
The type of currency being used for the value.
value
Link copied to clipboard
val
value
:
Double
?
=
null
Amount value.