GetIndexResult

data class GetIndexResult(val collectionId: String, val fields: List<GoogleFirestoreAdminV1beta1IndexFieldResponse>, val name: String, val state: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The collection ID to which this index applies. Required.

Link copied to clipboard
Link copied to clipboard

The resource name of the index. Output only.

Link copied to clipboard

The state of the index. Output only.