createTime property

  1. @TagNumber(1)
Timestamp createTime

Output only. The time the clone job was created (as an API call, not when it was actually created in the target).

Implementation

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

Implementation

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