GoogleFirestoreAdminV1Index constructor
GoogleFirestoreAdminV1Index({
- List<
GoogleFirestoreAdminV1IndexField> ? fields, - String? name,
- String? queryScope,
- String? state,
Implementation
GoogleFirestoreAdminV1Index({
this.fields,
this.name,
this.queryScope,
this.state,
});