Google Firestore Admin V1beta2Index Field Response
data class GoogleFirestoreAdminV1beta2IndexFieldResponse(val arrayConfig: String, val fieldPath: String, val order: String)
A field in an index. The field_path describes which field is indexed, the value_mode describes how the field value is indexed.
Constructors
Link copied to clipboard
fun GoogleFirestoreAdminV1beta2IndexFieldResponse(arrayConfig: String, fieldPath: String, order: String)