pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datamigration.v1.kotlin.inputs
/
DumpFlagArgs
Dump
Flag
Args
data
class
DumpFlagArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DumpFlagArgs
>
Dump flag definition.
Constructors
Functions
Properties
Constructors
Dump
Flag
Args
Link copied to clipboard
fun
DumpFlagArgs
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DumpFlagArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the flag
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The value of the flag.