updateTime property
Output only. Runtime update time.
Implementation
@$pb.TagNumber(21)
$2.Timestamp get updateTime => $_getN(8);
Implementation
@$pb.TagNumber(21)
set updateTime($2.Timestamp v) {
setField(21, v);
}
Output only. Runtime update time.
@$pb.TagNumber(21)
$2.Timestamp get updateTime => $_getN(8);
@$pb.TagNumber(21)
set updateTime($2.Timestamp v) {
setField(21, v);
}