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