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

    Methods