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