GoogleApi.AlertCenter.V1beta1.Model.GmailMessageInfo (google_api_alert_center v0.27.0)
View SourceDetails of a message in phishing spike alert.
Attributes
-
attachmentsSha256Hash(type:list(String.t), default:nil) - TheSHA256hash of email's attachment and all MIME parts. -
date(type:DateTime.t, default:nil) - The date of the event related to this email. -
md5HashMessageBody(type:String.t, default:nil) - The hash of the message body text. -
md5HashSubject(type:String.t, default:nil) - The MD5 Hash of email's subject (only available for reported emails). -
messageBodySnippet(type:String.t, default:nil) - The snippet of the message body text (only available for reported emails). -
messageId(type:String.t, default:nil) - The message ID. -
recipient(type:String.t, default:nil) - The recipient of this email. -
sentTime(type:DateTime.t, default:nil) - The sent time of the email. -
subjectText(type:String.t, default:nil) - The email subject text (only available for reported emails).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.GmailMessageInfo{ attachmentsSha256Hash: [String.t()] | nil, date: DateTime.t() | nil, md5HashMessageBody: String.t() | nil, md5HashSubject: String.t() | nil, messageBodySnippet: String.t() | nil, messageId: String.t() | nil, recipient: String.t() | nil, sentTime: DateTime.t() | nil, subjectText: String.t() | nil }