Google Apps Script API
    Preparing search index...
    interface FilesCollection {
        get(
            profileId: string,
            reportId: string,
            fileId: string,
        ): GoogleAppsScript.Dfareporting.Schema.File;
        list(
            profileId: string,
            reportId: string,
        ): GoogleAppsScript.Dfareporting.Schema.FileList;
        list(
            profileId: string,
            reportId: string,
            optionalArgs: object,
        ): GoogleAppsScript.Dfareporting.Schema.FileList;
    }
    Index

    Methods

    Methods