We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933d386 commit 040dcd2Copy full SHA for 040dcd2
tableauserverclient/server/request_options.py
@@ -46,10 +46,13 @@ class Field:
46
OwnerDomain = "ownerDomain"
47
OwnerEmail = "ownerEmail"
48
OwnerName = "ownerName"
49
+ ParentProjectId = "parentProjectId"
50
Progress = "progress"
51
ProjectName = "projectName"
52
PublishSamples = "publishSamples"
53
SiteRole = "siteRole"
54
+ StartedAt = "startedAt"
55
+ Status = "status"
56
Subtitle = "subtitle"
57
Tags = "tags"
58
Title = "title"
0 commit comments