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

    Methods