createTime property
Output only. The time the instance was created.
Implementation
@$pb.TagNumber(10)
$2.Timestamp get createTime => $_getN(9);
Implementation
@$pb.TagNumber(10)
set createTime($2.Timestamp v) { setField(10, v); }
Output only. The time the instance was created.
@$pb.TagNumber(10)
$2.Timestamp get createTime => $_getN(9);
@$pb.TagNumber(10)
set createTime($2.Timestamp v) { setField(10, v); }