[[["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,["Wire format for an event.\n\n**Signature:** \n\n export interface Event \n\nProperties\n\nEvent.context\n\nWire format for an event context.\n\n**Signature:** \n\n context: {\n eventId: string;\n timestamp: string;\n eventType: string;\n resource: Resource;\n domain?: string;\n auth?: {\n variable?: {\n uid?: string;\n token?: string;\n };\n admin: boolean;\n };\n };\n\nEvent.data\n\nEvent data over wire.\n\n**Signature:** \n\n data: any;"]]