createTime property

  1. @TagNumber(5)
Timestamp createTime

Output only. The timestamp of when the workflow was created.

Implementation

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

Implementation

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