GoogleFirestoreAdminV1Index constructor

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

Implementation

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