GoogleDatastoreAdminV1Index constructor

GoogleDatastoreAdminV1Index({
  1. String? ancestor,
  2. String? indexId,
  3. String? kind,
  4. String? projectId,
  5. List<GoogleDatastoreAdminV1IndexedProperty>? properties,
  6. String? state,
})

Implementation

GoogleDatastoreAdminV1Index({
  this.ancestor,
  this.indexId,
  this.kind,
  this.projectId,
  this.properties,
  this.state,
});