Details of changes to a priority scheme that require suggested priority mappings.

interface SuggestedMappingsRequestBean {
    maxResults?: number;
    priorities?: SuggestedMappingsForPrioritiesRequestBean;
    projects?: SuggestedMappingsForProjectsRequestBean;
    schemeId?: number;
    startAt?: number;
}

Properties

maxResults?: number

The maximum number of results that could be on the page.

The priority changes in the scheme.

The project changes in the scheme.

schemeId?: number

The id of the priority scheme.

startAt?: number

The index of the first item returned on the page.