Enum MimeType
MimeType
Eine Aufzählung für MIME-Typen, die von einem Skript bereitgestellt werden können.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
ContentService.MimeType.CSV
.
Attribute
Property | Typ | Beschreibung |
CSV | Enum | CSV-MIME-Typ |
ICAL | Enum | ICAL-Mime-Typ |
JAVASCRIPT | Enum | JAVAScript-MIME-Typ |
JSON | Enum | JSON-MIME-Typ |
TEXT | Enum | TEXT-MIME-Typ |
VCARD | Enum | VCARD-MIME-Typ |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["`MimeType` is an enum used to specify the format of content served from a Google Apps Script."],["You can access specific mime types by calling `ContentService.MimeType` followed by the desired type, like `ContentService.MimeType.JSON`."],["Available mime types include CSV, ICAL, JAVASCRIPT, JSON, TEXT, and VCARD for various content formats."]]],[]]