creationTimestamp property

  1. @TagNumber(6)
Int64 creationTimestamp

Implementation

@$pb.TagNumber(6)
$fixnum.Int64 get creationTimestamp => $_getI64(5);
  1. @TagNumber(6)
void creationTimestamp=(Int64 v)

Implementation

@$pb.TagNumber(6)
set creationTimestamp($fixnum.Int64 v) {
  $_setInt64(5, v);
}