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