toolResultsHistory property

  1. @TagNumber(1)
String get toolResultsHistory

Tool Results history resource containing test results. Format is projects/{project_id}/histories/{history_id}. See https://firebase.google.com/docs/test-lab/reference/toolresults/rest for more information.

Implementation

@$pb.TagNumber(1)
$core.String get toolResultsHistory => $_getSZ(0);
  1. @TagNumber(1)
set toolResultsHistory (String v)

Implementation

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