Google Apps Script API
    Preparing search index...
    interface SitesCollection {
        get(
            profileId: string,
            id: string,
        ): GoogleAppsScript.Dfareporting.Schema.Site;
        insert(
            resource: GoogleAppsScript.Dfareporting.Schema.Site,
            profileId: string,
        ): GoogleAppsScript.Dfareporting.Schema.Site;
        list(profileId: string): SitesListResponse;
        list(profileId: string, optionalArgs: object): SitesListResponse;
        patch(
            resource: GoogleAppsScript.Dfareporting.Schema.Site,
            profileId: string,
            id: string,
        ): GoogleAppsScript.Dfareporting.Schema.Site;
        update(
            resource: GoogleAppsScript.Dfareporting.Schema.Site,
            profileId: string,
        ): GoogleAppsScript.Dfareporting.Schema.Site;
    }
    Index

    Methods