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