PaginationResponse¶ class baseten.client.managementapi.PaginationResponse(*, has_more, cursor=None)¶ Bases: BaseModel Parameters: has_more (bool) cursor (str | None) model_config = {}¶ Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].