The list of Taxonomy jobs in specified project or space.

interface TaxonomyResources {
    limit: number;
    resources?: TaxonomyResource[];
}

Properties

Properties

limit: number

The number of items to return in each page.

resources?: TaxonomyResource[]

The Taxonomy jobs in a project or space.