GoogleFirestoreAdminV1beta2IndexConfig constructor
GoogleFirestoreAdminV1beta2IndexConfig({
- String? ancestorField,
- List<
GoogleFirestoreAdminV1beta2Index> ? indexes, - bool? reverting,
- bool? usesAncestorConfig,
Implementation
GoogleFirestoreAdminV1beta2IndexConfig({
this.ancestorField,
this.indexes,
this.reverting,
this.usesAncestorConfig,
});