lastConfigSendTime property

  1. @TagNumber(18)
Timestamp lastConfigSendTime

Output only The last time a cloud-to-device config version was sent to the device.

Implementation

@$pb.TagNumber(18)
$2.Timestamp get lastConfigSendTime => $_getN(12);
  1. @TagNumber(18)
void lastConfigSendTime=(Timestamp v)

Implementation

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