indexSpecs property

List<GoogleFirestoreAdminV1SearchTextIndexSpec>? indexSpecs
getter/setter pair

Specifications for how the field should be indexed.

Repeated so that the field can be indexed in multiple ways.

Required.

Implementation

core.List<GoogleFirestoreAdminV1SearchTextIndexSpec>? indexSpecs;