UpdateDetectorRequest class

Information used to update the detector (instance).

Constructors

UpdateDetectorRequest({required String detectorModelName, required String messageId, required DetectorStateDefinition state, String? keyValue})

Properties

detectorModelName String
The name of the detector model that created the detectors (instances).
final
hashCode int
The hash code for this object.
no setterinherited
keyValue String?
The value of the input key attribute (identifying the device or system) that caused the creation of this detector (instance).
final
messageId String
The ID to assign to the detector update "message". Each "messageId" must be unique within each batch sent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state DetectorStateDefinition
The new state, variable values, and timer settings of the detector (instance).
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