cloudUpdateTime property
Output only
The time at which this configuration version was updated in
Cloud IoT Core. This timestamp is set by the server.
Implementation
@$pb.TagNumber(2)
$2.Timestamp get cloudUpdateTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set cloudUpdateTime($2.Timestamp v) { setField(2, v); }