updateTime property
The time the operation was last updated.
Implementation
@$pb.TagNumber(2)
$3.Timestamp get updateTime => $_getN(1);
Implementation
@$pb.TagNumber(2)
set updateTime($3.Timestamp v) {
setField(2, v);
}
The time the operation was last updated.
@$pb.TagNumber(2)
$3.Timestamp get updateTime => $_getN(1);
@$pb.TagNumber(2)
set updateTime($3.Timestamp v) {
setField(2, v);
}