base64url로 인코딩된 문자열로 표시되는 MIME 메시지 부분의 본문 데이터입니다. 메일 본문이 없는 MIME 컨테이너 유형의 경우 또는 본문 데이터가 별도의 첨부파일로 전송되는 경우 비어 있을 수 있습니다. 본문 데이터가 별도의 첨부파일에 포함된 경우 첨부파일 ID가 존재합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 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."]]],[]]