testMatrixId property

  1. @TagNumber(7)
String testMatrixId

ID of the test matrix this event belongs to.

Implementation

@$pb.TagNumber(7)
$core.String get testMatrixId => $_getSZ(6);
  1. @TagNumber(7)
void testMatrixId=(String v)

Implementation

@$pb.TagNumber(7)
set testMatrixId($core.String v) { $_setString(6, v); }