pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.sqladmin.v1.kotlin.inputs
/
GetUserPlainArgs
Get
User
Plain
Args
data
class
GetUserPlainArgs
(
val
host
:
String
?
=
null
,
val
instance
:
String
,
val
name
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetUserPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
User
Plain
Args
Link copied to clipboard
fun
GetUserPlainArgs
(
host
:
String
?
=
null
,
instance
:
String
,
name
:
String
,
project
:
String
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetUserPlainArgs
Properties
host
Link copied to clipboard
val
host
:
String
?
=
null
instance
Link copied to clipboard
val
instance
:
String
name
Link copied to clipboard
val
name
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null