toolResultsExecution property

  1. @TagNumber(2)
String toolResultsExecution

Tool Results execution resource containing test results. Format is projects/{project_id}/histories/{history_id}/executions/{execution_id}. Optional, can be omitted in erroneous test states. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.

Implementation

@$pb.TagNumber(2)
$core.String get toolResultsExecution => $_getSZ(1);
  1. @TagNumber(2)
void toolResultsExecution=(String v)

Implementation

@$pb.TagNumber(2)
set toolResultsExecution($core.String v) { $_setString(1, v); }