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.inputs
/
AmountArgs
Amount
Args
data
class
AmountArgs
(
val
currency
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
Double
>
?
=
null
)
:
ConvertibleToJava
<
AmountArgs
>
The amount.
Members
Constructors
Amount
Args
Link copied to clipboard
constructor
(
currency
:
Output
<
String
>
?
=
null
,
value
:
Output
<
Double
>
?
=
null
)
Properties
currency
Link copied to clipboard
val
currency
:
Output
<
String
>
?
=
null
The type of currency being used for the value.
value
Link copied to clipboard
val
value
:
Output
<
Double
>
?
=
null
Amount value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AmountArgs