created property
the timestamp of the first event applied to the object.
Implementation
@$pb.TagNumber(3)
$0.Timestamp get created => $_getN(1);
Implementation
@$pb.TagNumber(3)
set created($0.Timestamp value) => $_setField(3, value);
the timestamp of the first event applied to the object.
@$pb.TagNumber(3)
$0.Timestamp get created => $_getN(1);
@$pb.TagNumber(3)
set created($0.Timestamp value) => $_setField(3, value);