createTime property
Output only. The time the connector was created (as an API call, not when it was actually installed).
Implementation
@$pb.TagNumber(1)
$2.Timestamp get createTime => $_getN(0);
Implementation
@$pb.TagNumber(1)
set createTime($2.Timestamp v) { setField(1, v); }