GoogleDatastoreAdminV1IndexedPropertyArgs

data class GoogleDatastoreAdminV1IndexedPropertyArgs(val direction: Output<GoogleDatastoreAdminV1IndexedPropertyDirection>, val name: Output<String>) : ConvertibleToJava<GoogleDatastoreAdminV1IndexedPropertyArgs>

A property of an index.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleDatastoreAdminV1IndexedPropertyArgs

Properties

Link copied to clipboard

The indexed property's direction. Must not be DIRECTION_UNSPECIFIED.

Link copied to clipboard
val name: Output<String>

The property name to index.