Google Apps Script API
    Preparing search index...
    interface OrdersCollection {
        get(
            profileId: string,
            projectId: string,
            id: string,
        ): GoogleAppsScript.Dfareporting.Schema.Order;
        list(
            profileId: string,
            projectId: string,
        ): GoogleAppsScript.Dfareporting.Schema.OrdersListResponse;
        list(
            profileId: string,
            projectId: string,
            optionalArgs: object,
        ): GoogleAppsScript.Dfareporting.Schema.OrdersListResponse;
    }
    Index

    Methods

    Methods