createTime property
Output only. The time this target project resource was created (not related to when the Compute Engine project it points to was created).
Implementation
@$pb.TagNumber(4)
$2.Timestamp get createTime => $_getN(3);
Implementation
@$pb.TagNumber(4)
set createTime($2.Timestamp v) {
setField(4, v);
}