pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datastore.v1.kotlin
/
IndexArgs
/
IndexArgs
Index
Args
fun
IndexArgs
(
ancestor
:
Output
<
IndexAncestor
>
?
=
null
,
kind
:
Output
<
String
>
?
=
null
,
project
:
Output
<
String
>
?
=
null
,
properties
:
Output
<
List
<
GoogleDatastoreAdminV1IndexedPropertyArgs
>
>
?
=
null
)