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