Get Index Result
data class GetIndexResult(val collectionId: String, val fields: List<GoogleFirestoreAdminV1beta1IndexFieldResponse>, val name: String, val state: String)
Constructors
Link copied to clipboard
constructor(collectionId: String, fields: List<GoogleFirestoreAdminV1beta1IndexFieldResponse>, name: String, state: String)