GoogleFirestoreAdminV1beta1IndexFieldResponse

data class GoogleFirestoreAdminV1beta1IndexFieldResponse(val fieldPath: String, val mode: String)

A field of an index.

Constructors

constructor(fieldPath: String, mode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.