timeCreated property

  1. @TagNumber(10)
Timestamp timeCreated

The creation time of the object. Attempting to set this field will result in an error.

Implementation

@$pb.TagNumber(10)
$2.Timestamp get timeCreated => $_getN(8);
  1. @TagNumber(10)
void timeCreated=(Timestamp v)

Implementation

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