merge property
Specifies whether the list of attributes provided in the
AttributePayload
is merged with the attributes stored in the
registry, instead of overwriting them.
To remove an attribute, call UpdateThing
with an empty
attribute value.
Implementation
final bool? merge;