revisionCreateTime property

  1. @TagNumber(7)
Timestamp revisionCreateTime

Output only. The timestamp that the latest revision of the workflow was created.

Implementation

@$pb.TagNumber(7)
$2.Timestamp get revisionCreateTime => $_getN(6);
  1. @TagNumber(7)
void revisionCreateTime=(Timestamp v)

Implementation

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