GmailMessageInfo
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"messageId": string,
"md5HashMessageBody": string,
"messageBodySnippet": string,
"md5HashSubject": string,
"subjectText": string,
"attachmentsSha256Hash": [
string
],
"recipient": string,
"date": string,
"sentTime": string
} |
字段 |
messageId |
string
消息 ID。
|
md5HashMessageBody |
string
邮件正文文本的哈希值。
|
messageBodySnippet |
string
邮件正文文本的摘要(仅适用于被举报的电子邮件)。
|
md5HashSubject |
string
电子邮件主题的 MD5 哈希值(仅适用于举报的电子邮件)。
|
subjectText |
string
电子邮件主题文字(仅适用于举报的电子邮件)。
|
attachmentsSha256Hash[] |
string
电子邮件附件和所有 MIME 部分的 SHA256 哈希。
|
recipient |
string
此电子邮件的收件人。
|
date |
string (Timestamp format)
与这封电子邮件相关的活动的日期。
|
sentTime |
string (Timestamp format)
电子邮件的发送时间。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]