Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
a6baee28
Commit
a6baee28
authored
Mar 30, 2021
by
David Sikter
Browse files
added page_url
parent
f98eb03f
Pipeline
#97199
passed with stages
in 24 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/app/v1/models.py
View file @
a6baee28
...
...
@@ -573,6 +573,10 @@ class PaginationResponse(Pagination):
the next page of results. If no more results are available, `next_page_after_value`
will not be set.
'''
))
page_url
:
Optional
[
str
]
=
Field
(
None
,
description
=
strip
(
'''
The url of the current page.
'''
))
next_page_url
:
Optional
[
str
]
=
Field
(
None
,
description
=
strip
(
'''
The url to get the next page.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment