GoogleFirestoreAdminV1IndexField constructor

GoogleFirestoreAdminV1IndexField({
  1. String? arrayConfig,
  2. String? fieldPath,
  3. String? order,
  4. GoogleFirestoreAdminV1VectorConfig? vectorConfig,
})

Implementation

GoogleFirestoreAdminV1IndexField({
  this.arrayConfig,
  this.fieldPath,
  this.order,
  this.vectorConfig,
});