Google Apps Script API
    Preparing search index...

    Represents an attachment created by an add-on. This can be used within the context of different Google extensibility products to generate new attachments, such as for Calendar events.

    interface Attachment {
        setIconUrl(iconUrl: string): GoogleAppsScript.Card_Service.Attachment;
        setMimeType(mimeType: string): GoogleAppsScript.Card_Service.Attachment;
        setResourceUrl(
            resourceUrl: string,
        ): GoogleAppsScript.Card_Service.Attachment;
        setTitle(title: string): GoogleAppsScript.Card_Service.Attachment;
    }
    Index

    Methods