testMatrixId property
ID of the test matrix this event belongs to.
Implementation
@$pb.TagNumber(7)
$core.String get testMatrixId => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set testMatrixId($core.String v) {
$_setString(6, v);
}
ID of the test matrix this event belongs to.
@$pb.TagNumber(7)
$core.String get testMatrixId => $_getSZ(6);
@$pb.TagNumber(7)
set testMatrixId($core.String v) {
$_setString(6, v);
}