ThingGroupIndexingConfiguration class
Thing group indexing configuration.
Constructors
-
ThingGroupIndexingConfiguration({required ThingGroupIndexingMode thingGroupIndexingMode, List<
Field> ? customFields, List<Field> ? managedFields}) -
ThingGroupIndexingConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
customFields
→ List<
Field> ? -
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.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
managedFields
→ List<
Field> ? -
Contains fields that are indexed and whose types are already known by the
Fleet Indexing service.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thingGroupIndexingMode → ThingGroupIndexingMode
-
Thing group indexing mode.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited