revisionCreateTime property

  1. @TagNumber.new(6)
Timestamp get revisionCreateTime

Output only. Revision creation timestamp; when the represented revision was created.

Implementation

@$pb.TagNumber(6)
$2.Timestamp get revisionCreateTime => $_getN(5);
  1. @TagNumber.new(6)
set revisionCreateTime (Timestamp v)

Implementation

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