Mevcut olduğunda, ayrı bir messages.attachments.get isteğinde alınabilen harici bir ekin kimliğini içerir. Bu olmadığında, ileti bölümü gövdesinin tüm içeriği veri alanında yer alır.
size
integer
Mesaj parçası verileri için bayt sayısı (kodlama olsa bile).
Bir MIME ileti parçasının, base64url kodlamalı bir dize olarak gövde verileri. İleti gövdesi olmayan veya gövde verileri ayrı bir ek olarak gönderildiğinde MIME kapsayıcı türleri için boş olabilir. Gövde verileri ayrı bir ekte yer alıyorsa ek kimliği bulunur.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-05 UTC."],[[["`MessagePartBody` resource represents the body of a single MIME message part and can contain an attachment ID, size, and data."],["If an `attachmentId` is present, the attachment must be retrieved separately via `messages.attachments.get`; otherwise, the data field contains the entire body."],["`data` field stores the base64url-encoded body of the message part, potentially empty for container types or when sent as a separate attachment."],["Developers can use the `get` method to retrieve a specific message attachment using its ID."]]],[]]