8000 adding more fields for filtering ability (#286) · Tuatan/server-client-python@844e0b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 844e0b1

Browse files
authored
adding more fields for filtering ability (tableau#286)
1 parent 728ec5c commit 844e0b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tableauserverclient/server/request_options.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,22 @@ class Operator:
1414

1515
class Field:
1616
CreatedAt = 'createdAt'
17+
DomainName = 'domainName'
18+
DomainNickname = 'domainNickname'
19+
HitsTotal = 'hitsTotal'
20+
IsLocal = 'isLocal'
1721
LastLogin = 'lastLogin'
22+
MinimumSiteRole = 'minimumSiteRole'
1823
Name = 'name'
24+
OwnerDomain = 'ownerDomain'
25+
OwnerEmail = 'ownerEmail'
1926
OwnerName = 'ownerName'
27+
ProjectName = 'projectName'
2028
SiteRole = 'siteRole'
2129
Tags = 'tags'
30+
Type = 'type'
2231
UpdatedAt = 'updatedAt'
32+
UserCount = 'userCount'
2333

2434
class Direction:
2535
Desc = 'desc'

0 commit comments

Comments
 (0)
0