pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.discoveryengine.v1alpha.kotlin.inputs
/
GetDocumentPlainArgs
Get
Document
Plain
Args
data
class
GetDocumentPlainArgs
(
val
branchId
:
String
,
val
collectionId
:
String
,
val
dataStoreId
:
String
,
val
documentId
:
String
,
val
location
:
String
,
val
project
:
String
?
=
null
)
:
ConvertibleToJava
<
GetDocumentPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Document
Plain
Args
Link copied to clipboard
fun
GetDocumentPlainArgs
(
branchId
:
String
,
collectionId
:
String
,
dataStoreId
:
String
,
documentId
:
String
,
location
:
String
,
project
:
String
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetDocumentPlainArgs
Properties
branch
Id
Link copied to clipboard
val
branchId
:
String
collection
Id
Link copied to clipboard
val
collectionId
:
String
data
Store
Id
Link copied to clipboard
val
dataStoreId
:
String
document
Id
Link copied to clipboard
val
documentId
:
String
location
Link copied to clipboard
val
location
:
String
project
Link copied to clipboard
val
project
:
String
?
=
null