Google Apps Script API
    Preparing search index...
    interface PresentationsCollection {
        Pages: PagesCollection;
        batchUpdate(
            resource: BatchUpdatePresentationRequest,
            presentationId: string,
        ): BatchUpdatePresentationResponse;
        create(
            resource: GoogleAppsScript.Slides.Schema.Presentation,
        ): GoogleAppsScript.Slides.Schema.Presentation;
        get(presentationId: string): GoogleAppsScript.Slides.Schema.Presentation;
    }
    Index

    Properties

    Methods

    Properties

    Methods