GmailMessageInfo

Details of a message in phishing spike alert.

JSON representation
{
  "messageId": string,
  "md5HashMessageBody": string,
  "messageBodySnippet": string,
  "md5HashSubject": string,
  "subjectText": string,
  "attachmentsSha256Hash": [
    string
  ],
  "recipient": string,
  "date": string,
  "sentTime": string
}
Fields
messageId

string

The message ID.

md5HashMessageBody

string

The hash of the message body text.

messageBodySnippet

string

The snippet of the message body text (only available for reported emails).

md5HashSubject

string

The MD5 Hash of email's subject (only available for reported emails).

subjectText

string

The email subject text (only available for reported emails).

attachmentsSha256Hash[]

string

The SHA256 hash of email's attachment and all MIME parts.

recipient

string

The recipient of this email.

date

string (Timestamp format)

The date of the event related to this email.

sentTime

string (Timestamp format)

The sent time of the email.