GmailMessageInfo
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
تفاصيل رسالة في تنبيه الزيادة المفاجئة في عمليات التصيّد الاحتيالي
تمثيل JSON |
{
"messageId": string,
"md5HashMessageBody": string,
"messageBodySnippet": string,
"md5HashSubject": string,
"subjectText": string,
"attachmentsSha256Hash": [
string
],
"recipient": string,
"date": string,
"sentTime": string
} |
الحقول |
messageId |
string
معرّف الرسالة
|
md5HashMessageBody |
string
تجزئة نص الرسالة
|
messageBodySnippet |
string
مقتطف من نص نص الرسالة (متاح فقط للرسائل الإلكترونية التي تم الإبلاغ عنها)
|
md5HashSubject |
string
تجزئة MD5 لموضوع الرسالة الإلكترونية (متاحة فقط للرسائل الإلكترونية التي تم الإبلاغ عنها)
|
subjectText |
string
نص موضوع الرسالة الإلكترونية (متاح فقط للرسائل الإلكترونية التي تم الإبلاغ عنها).
|
attachmentsSha256Hash[] |
string
تشير إلى التجزئة SHA256 لمرفق الرسالة الإلكترونية وجميع أجزاء MIME.
|
recipient |
string
مستلِم هذه الرسالة الإلكترونية.
|
date |
string (Timestamp format)
تاريخ الحدث المرتبط بهذه الرسالة الإلكترونية.
|
sentTime |
string (Timestamp format)
وقت إرسال الرسالة الإلكترونية.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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. |"]]