Google Apps Script API
    Preparing search index...
    interface ReportDelivery {
        emailOwner?: boolean;
        emailOwnerDeliveryType?: string;
        message?: string;
        recipients?: Recipient[];
    }
    Index

    Properties

    emailOwner?: boolean
    emailOwnerDeliveryType?: string
    message?: string
    recipients?: Recipient[]