updateTime property
Output only. The time the test's configuration was updated.
Implementation
@$pb.TagNumber(11)
$2.Timestamp get updateTime => $_getN(9);
Implementation
@$pb.TagNumber(11)
set updateTime($2.Timestamp v) {
setField(11, v);
}
Output only. The time the test's configuration was updated.
@$pb.TagNumber(11)
$2.Timestamp get updateTime => $_getN(9);
@$pb.TagNumber(11)
set updateTime($2.Timestamp v) {
setField(11, v);
}