openff.bespokefit.executor.services.models.PaginatedCollection

model openff.bespokefit.executor.services.models.PaginatedCollection[source]

Bases: GenericModel, Generic[_T]

Fields
field self: str [Required]

The API endpoint associated with this object.

field prev: Optional[str] = None

The API endpoint to use to retrieve the previous items in the collection when paginating.

field next: Optional[str] = None

The API endpoint to use to retrieve the next items in the collection when paginating.

field contents: List[openff.bespokefit.executor.services.models._T] [Required]

The contents of the collection.