[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-13 UTC."],[],[],null,["# testLab.ResultStorage class\n\nLocations where the test results are stored.\n\n**Signature:** \n\n export declare class ResultStorage \n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|--------------------------------------------------------------------------------------------------------------------|-----------|--------|--------------------------------------------------------------------------------------|\n| [gcsPath](./firebase-functions.testlab.resultstorage.md#testlabresultstoragegcspath) | | string | A storage location within Google Cloud Storage (GCS) for the test artifacts. |\n| [resultsUrl](./firebase-functions.testlab.resultstorage.md#testlabresultstorageresultsurl) | | string | URL to test results in Firebase Console. |\n| [toolResultsExecutionId](./firebase-functions.testlab.resultstorage.md#testlabresultstoragetoolresultsexecutionid) | | string | Id of the ToolResults execution that the detailed TestMatrix results are written to. |\n| [toolResultsHistoryId](./firebase-functions.testlab.resultstorage.md#testlabresultstoragetoolresultshistoryid) | | string | Id of the ToolResults History containing these results. |\n\ntestLab.ResultStorage.gcsPath\n-----------------------------\n\nA storage location within Google Cloud Storage (GCS) for the test artifacts.\n\n**Signature:** \n\n gcsPath?: string;\n\ntestLab.ResultStorage.resultsUrl\n--------------------------------\n\nURL to test results in Firebase Console.\n\n**Signature:** \n\n resultsUrl?: string;\n\ntestLab.ResultStorage.toolResultsExecutionId\n--------------------------------------------\n\nId of the ToolResults execution that the detailed TestMatrix results are written to.\n\n**Signature:** \n\n toolResultsExecutionId?: string;\n\ntestLab.ResultStorage.toolResultsHistoryId\n------------------------------------------\n\nId of the ToolResults History containing these results.\n\n**Signature:** \n\n toolResultsHistoryId?: string;"]]