createTime property

  1. @TagNumber(9)
Timestamp createTime

Output only. The time the migrating VM was created (this refers to this resource and not to the time it was installed in the source).

Implementation

@$pb.TagNumber(9)
$2.Timestamp get createTime => $_getN(4);
  1. @TagNumber(9)
void createTime=(Timestamp v)

Implementation

@$pb.TagNumber(9)
set createTime($2.Timestamp v) { setField(9, v); }