Get Index Result
data class GetIndexResult(val ancestor: String, val indexId: String, val kind: String, val project: String, val properties: List<GoogleDatastoreAdminV1IndexedPropertyResponse>, val state: String)
Constructors
Link copied to clipboard
fun GetIndexResult(ancestor: String, indexId: String, kind: String, project: String, properties: List<GoogleDatastoreAdminV1IndexedPropertyResponse>, state: String)