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