GoogleFirestoreAdminV1beta2Index constructor

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

Implementation

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