lastConfigAckTime property
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);
Implementation
@$pb.TagNumber(14)
set lastConfigAckTime($2.Timestamp v) { setField(14, v); }