ThingAttribute class
The properties of the thing, including thing name, thing type name, and a list of thing attributes.
Constructors
Properties
-
attributes
→ Map<
String, String> ? -
A list of thing attributes which are name-value pairs.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thingArn → String?
-
The thing ARN.
final
- thingName → String?
-
The name of the thing.
final
- thingTypeName → String?
-
The name of the thing type, if the thing has been associated with a type.
final
- version → int?
-
The version of the thing record in the registry.
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