pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.storage.v1.kotlin.inputs
/
GetBucketPlainArgs
Get
Bucket
Plain
Args
data
class
GetBucketPlainArgs
(
val
bucket
:
String
,
val
ifMetagenerationMatch
:
String
?
=
null
,
val
ifMetagenerationNotMatch
:
String
?
=
null
,
val
projection
:
String
?
=
null
,
val
userProject
:
String
?
=
null
)
:
ConvertibleToJava
<
GetBucketPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Bucket
Plain
Args
Link copied to clipboard
fun
GetBucketPlainArgs
(
bucket
:
String
,
ifMetagenerationMatch
:
String
?
=
null
,
ifMetagenerationNotMatch
:
String
?
=
null
,
projection
:
String
?
=
null
,
userProject
:
String
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetBucketPlainArgs
Properties
bucket
Link copied to clipboard
val
bucket
:
String
if
Metageneration
Match
Link copied to clipboard
val
ifMetagenerationMatch
:
String
?
=
null
if
Metageneration
Not
Match
Link copied to clipboard
val
ifMetagenerationNotMatch
:
String
?
=
null
projection
Link copied to clipboard
val
projection
:
String
?
=
null
user
Project
Link copied to clipboard
val
userProject
:
String
?
=
null