GoogleFirestoreAdminV1Index constructor

GoogleFirestoreAdminV1Index({
  1. List<GoogleFirestoreAdminV1IndexField>? fields,
  2. String? name,
  3. String? queryScope,
  4. String? state,
})

Implementation

GoogleFirestoreAdminV1Index({
  this.fields,
  this.name,
  this.queryScope,
  this.state,
});