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 message part body is included in the `data` field."],["The `data` field contains the base64url-encoded body data, which may be empty for certain MIME types or when the data is sent as a separate attachment."],["You can use the `get` method to retrieve a specific message attachment using its ID."]]],[]]