customFields property

List<Field>? customFields
final

A list of thing group fields to index. This list cannot contain any managed fields. Use the GetIndexingConfiguration API to get a list of managed fields.

Contains custom field names and their data type.

Implementation

final List<Field>? customFields;