ThingDocument class
The thing search index document.
Constructors
-
ThingDocument({Map<
String, String> ? attributes, ThingConnectivity? connectivity, String? shadow, List<String> ? thingGroupNames, String? thingId, String? thingName, String? thingTypeName}) -
ThingDocument.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
attributes
→ Map<
String, String> ? -
The attributes.
final
- connectivity → ThingConnectivity?
-
Indicates whether the thing is connected to the AWS IoT service.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow → String?
-
The shadow.
final
-
thingGroupNames
→ List<
String> ? -
Thing group names.
final
- thingId → String?
-
The thing ID.
final
- thingName → String?
-
The thing name.
final
- thingTypeName → String?
-
The thing type 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