[[["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 2025-03-25 UTC."],[],[],null,["# GmailMessageInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nDetails of a message in phishing spike alert.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"messageId\": string, \"md5HashMessageBody\": string, \"messageBodySnippet\": string, \"md5HashSubject\": string, \"subjectText\": string, \"attachmentsSha256Hash\": [ string ], \"recipient\": string, \"date\": string, \"sentTime\": string } ``` |\n\n| Fields ||\n|---------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `messageId` | `string` The message ID. |\n| `md5HashMessageBody` | `string` The hash of the message body text. |\n| `messageBodySnippet` | `string` The snippet of the message body text (only available for reported emails). |\n| `md5HashSubject` | `string` The MD5 Hash of email's subject (only available for reported emails). |\n| `subjectText` | `string` The email subject text (only available for reported emails). |\n| `attachmentsSha256Hash[]` | `string` The `SHA256` hash of email's attachment and all MIME parts. |\n| `recipient` | `string` The recipient of this email. |\n| `date` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The date of the event related to this email. |\n| `sentTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` The sent time of the email. |"]]