GoogleFirestoreAdminV1beta1IndexFieldArgs

data class GoogleFirestoreAdminV1beta1IndexFieldArgs(val fieldPath: Output<String>? = null, val mode: Output<GoogleFirestoreAdminV1beta1IndexFieldMode>? = null) : ConvertibleToJava<GoogleFirestoreAdminV1beta1IndexFieldArgs>

A field of an index.

Constructors

constructor(fieldPath: Output<String>? = null, mode: Output<GoogleFirestoreAdminV1beta1IndexFieldMode>? = null)

Properties

Link copied to clipboard
val fieldPath: Output<String>? = null

The path of the field. Must match the field path specification described by google.firestore.v1beta1.Document.fields. Special field path __name__ may be used by itself or at the end of a path. __type__ may be used only at the end of path.

Link copied to clipboard

The field's mode.

Functions

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