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