clientInfo property
Information provided by the client that created the test matrix.
Implementation
@$pb.TagNumber(6)
ClientInfo get clientInfo => $_getN(5);
Implementation
@$pb.TagNumber(6)
set clientInfo(ClientInfo v) {
setField(6, v);
}
Information provided by the client that created the test matrix.
@$pb.TagNumber(6)
ClientInfo get clientInfo => $_getN(5);
@$pb.TagNumber(6)
set clientInfo(ClientInfo v) {
setField(6, v);
}