GoogleFirestoreAdminV1IndexConfig constructor

GoogleFirestoreAdminV1IndexConfig({
  1. String? ancestorField,
  2. List<GoogleFirestoreAdminV1Index>? indexes,
  3. bool? reverting,
  4. bool? usesAncestorConfig,
})

Implementation

GoogleFirestoreAdminV1IndexConfig({
  this.ancestorField,
  this.indexes,
  this.reverting,
  this.usesAncestorConfig,
});