GoogleFirestoreAdminV1beta1Index constructor

GoogleFirestoreAdminV1beta1Index({
  1. String? collectionId,
  2. List<GoogleFirestoreAdminV1beta1IndexField>? fields,
  3. String? name,
  4. String? state,
})

Implementation

GoogleFirestoreAdminV1beta1Index({
  this.collectionId,
  this.fields,
  this.name,
  this.state,
});