lastConfigAckTime property

  1. @TagNumber(14)
Timestamp lastConfigAckTime

Output only The last time a cloud-to-device config version acknowledgment was received from the device. This field is only for configurations sent through MQTT.

Implementation

@$pb.TagNumber(14)
$2.Timestamp get lastConfigAckTime => $_getN(9);
  1. @TagNumber(14)
void lastConfigAckTime=(Timestamp v)

Implementation

@$pb.TagNumber(14)
set lastConfigAckTime($2.Timestamp v) { setField(14, v); }