revisionCreateTime property

  1. @TagNumber.new(7)
Timestamp get 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.new(7)
set revisionCreateTime (Timestamp v)

Implementation

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