updateTime property
Output only. The timestamp when the migration job resource was last updated. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".
Implementation
@$pb.TagNumber(3)
$2.Timestamp get updateTime => $_getN(2);
Implementation
@$pb.TagNumber(3)
set updateTime($2.Timestamp v) { setField(3, v); }