8000 Add topLevelProject filter to projects (#497) · ecmyhre/server-client-python@903fa97 · GitHub
[go: up one dir, main page]

Skip to content

Commit 903fa97

Browse files
author
Chris Shin
authored
Add topLevelProject filter to projects (tableau#497)
1 parent fa6d444 commit 903fa97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/server/request_options.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Field:
3434
Subtitle = 'subtitle'
3535
Tags = 'tags'
3636
Title = 'title'
37+
TopLevelProject = 'topLevelProject'
3738
Type = 'type'
3839
UpdatedAt = 'updatedAt'
3940
UserCount = 'userCount'

0 commit comments

Comments
 (0)
0