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