Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 743 Bytes

toloka.client.search_results.ProjectSearchResult.md

File metadata and controls

20 lines (16 loc) · 743 Bytes

ProjectSearchResult

toloka.client.search_results.ProjectSearchResult

ProjectSearchResult(
    self,
    *,
    items: Optional[List[Project]] = None,
    has_more: Optional[bool] = None
)

The result of searching projects.

Parameters Description

Parameters Type Description
items Optional[List[Project]]

A list with found projects.

has_more Optional[bool]

A flag showing whether there are more matching projects.

  • True — There are more matching projects, not included in items due to the limit set in the search request.
  • Falseitems contains all matching projects.