[[["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 2023-03-21 UTC."],[],[],null,["# tasks.Request interface\n\nThe request used to call a Task Queue function.\n\n**Signature:** \n\n export interface Request\u003cT = any\u003e \n\nProperties\n----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------|----------|-------------------------------------------------------------|\n| [auth](./firebase-functions.tasks.request.md#tasksrequestauth) | AuthData | The result of decoding and verifying an ODIC token. |\n| [data](./firebase-functions.tasks.request.md#tasksrequestdata) | T | The parameters used by a client when calling this function. |\n\ntasks.Request.auth\n------------------\n\nThe result of decoding and verifying an ODIC token.\n\n**Signature:** \n\n auth?: AuthData;\n\ntasks.Request.data\n------------------\n\nThe parameters used by a client when calling this function.\n\n**Signature:** \n\n data: T;"]]