Google Apps Script API
    Preparing search index...
    interface SizesCollection {
        get(
            profileId: string,
            id: string,
        ): GoogleAppsScript.Dfareporting.Schema.Size;
        insert(
            resource: GoogleAppsScript.Dfareporting.Schema.Size,
            profileId: string,
        ): GoogleAppsScript.Dfareporting.Schema.Size;
        list(profileId: string): SizesListResponse;
        list(profileId: string, optionalArgs: object): SizesListResponse;
    }
    Index

    Methods