ThingGroupDocument class

The thing group search index document.

Constructors

ThingGroupDocument({Map<String, String>? attributes, List<String>? parentGroupNames, String? thingGroupDescription, String? thingGroupId, String? thingGroupName})
ThingGroupDocument.fromJson(Map<String, dynamic> json)
factory

Properties

attributes Map<String, String>?
The thing group attributes.
final
hashCode int
The hash code for this object.
no setterinherited
parentGroupNames List<String>?
Parent group names.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thingGroupDescription String?
The thing group description.
final
thingGroupId String?
The thing group ID.
final
thingGroupName String?
The thing group name.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited