toolResultsHistory property
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);
Implementation
@$pb.TagNumber(1)
set toolResultsHistory($core.String v) { $_setString(0, v); }