createTime property
Output only. The creation time.
Implementation
@$pb.TagNumber(5)
$2.Timestamp get createTime => $_getN(2);
Implementation
@$pb.TagNumber(5)
set createTime($2.Timestamp v) {
setField(5, v);
}
Output only. The creation time.
@$pb.TagNumber(5)
$2.Timestamp get createTime => $_getN(2);
@$pb.TagNumber(5)
set createTime($2.Timestamp v) {
setField(5, v);
}