createTime property
The time at which the document was created.
This value increases monotonically when a document is deleted then
recreated. It can also be compared to values from other documents and
the read_time of a query.
Implementation
@$pb.TagNumber(3)
$2.Timestamp get createTime => $_getN(2);
Implementation
@$pb.TagNumber(3)
set createTime($2.Timestamp v) {
setField(3, v);
}