cloudUpdateTime property

  1. @TagNumber(2)
Timestamp cloudUpdateTime

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);
  1. @TagNumber(2)
void cloudUpdateTime=(Timestamp v)

Implementation

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