toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.storage.v1.kotlin.inputs
/
GetNotificationPlainArgs
Get
Notification
Plain
Args
data
class
GetNotificationPlainArgs
(
val
bucket
:
String
,
val
notification
:
String
,
val
userProject
:
String
?
=
null
)
:
ConvertibleToJava
<
GetNotificationPlainArgs
>
Members
Constructors
Get
Notification
Plain
Args
Link copied to clipboard
constructor
(
bucket
:
String
,
notification
:
String
,
userProject
:
String
?
=
null
)
Properties
bucket
Link copied to clipboard
val
bucket
:
String
notification
Link copied to clipboard
val
notification
:
String
user
Project
Link copied to clipboard
val
userProject
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetNotificationPlainArgs