GoogleFirestoreAdminV1IndexField constructor
GoogleFirestoreAdminV1IndexField({
- String? arrayConfig,
- String? fieldPath,
- String? order,
- GoogleFirestoreAdminV1VectorConfig? vectorConfig,
Implementation
GoogleFirestoreAdminV1IndexField({
this.arrayConfig,
this.fieldPath,
this.order,
this.vectorConfig,
});