createTime property
Output only. Time the Execution was instantiated.
Implementation
@$pb.TagNumber(5)
$2.Timestamp get createTime => $_getN(4);
Implementation
@$pb.TagNumber(5)
set createTime($2.Timestamp v) { setField(5, v); }
Output only. Time the Execution was instantiated.
@$pb.TagNumber(5)
$2.Timestamp get createTime => $_getN(4);
@$pb.TagNumber(5)
set createTime($2.Timestamp v) { setField(5, v); }