Google Apps Script API
    Preparing search index...
    interface CreativesCollection {
        get(profileId: string, id: string): Creative;
        insert(resource: Creative, profileId: string): Creative;
        list(profileId: string): CreativesListResponse;
        list(profileId: string, optionalArgs: object): CreativesListResponse;
        patch(resource: Creative, profileId: string, id: string): Creative;
        update(resource: Creative, profileId: string): Creative;
    }
    Index

    Methods