updateTime property
Output only. The time when the lake was last updated.
Implementation
@$pb.TagNumber(5)
$2.Timestamp get updateTime => $_getN(4);
Implementation
@$pb.TagNumber(5)
set updateTime($2.Timestamp v) { setField(5, v); }
Output only. The time when the lake was last updated.
@$pb.TagNumber(5)
$2.Timestamp get updateTime => $_getN(4);
@$pb.TagNumber(5)
set updateTime($2.Timestamp v) { setField(5, v); }