Skip to content

Commit

Permalink
Add all missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Oct 26, 2023
1 parent d9cc134 commit 62440d0
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions tableauserverclient/server/request_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,35 +37,75 @@ class Operator:

class Field:
Args = "args"
AuthenticationType = "authenticationType"
Caption = "caption"
Channel = "channel"
CompletedAt = "completedAt"
ConnectedWorkbookType = "connectedWorkbookType"
ConnectionTo = "connectionTo"
ConnectionType = "connectionType"
ContentUrl = "contentUrl"
CreatedAt = "createdAt"
DatabaseName = "databaseName"
DatabaseUserName = "databaseUserName"
Description = "description"
DisplayTabs = "displayTabs"
DomainName = "domainName"
DomainNickname = "domainNickname"
FavoritesTotal = "favoritesTotal"
Fields = "fields"
FlowId = "flowId"
FriendlyName = "friendlyName"
HasAlert = "hasAlert"
HasAlerts = "hasAlerts"
HasEmbeddedPassword = "hasEmbeddedPassword"
HasExtracts = "hasExtracts"
HitsTotal = "hitsTotal"
Id = "id"
IsCertified = "isCertified"
IsConnectable = "isConnectable"
IsDefaultPort = "isDefaultPort"
IsHierarchical = "isHierarchical"
IsLocal = "isLocal"
IsPublished = "isPublished"
JobType = "jobType"
LastLogin = "lastLogin"
Luid = "luid"
MinimumSiteRole = "minimumSiteRole"
Name = "name"
Notes = "notes"
NotificationType = "notificationType"
OwnerDomain = "ownerDomain"
OwnerEmail = "ownerEmail"
OwnerName = "ownerName"
ParentProjectId = "parentProjectId"
Priority = "priority"
Progress = "progress"
ProjectId = "projectId"
ProjectName = "projectName"
PublishSamples = "publishSamples"
ServerName = "serverName"
ServerPort = "serverPort"
SheetCount = "sheetCount"
SheetNumber = "sheetNumber"
SheetType = "sheetType"
SiteRole = "siteRole"
Size = "size"
StartedAt = "startedAt"
Status = "status"
SubscriptionsTotal = "subscriptionsTotal"
Subtitle = "subtitle"
TableName = "tableName"
Tags = "tags"
Title = "title"
TopLevelProject = "topLevelProject"
Type = "type"
UpdatedAt = "updatedAt"
UserCount = "userCount"
UserId = "userId"
ViewUrlName = "viewUrlName"
WorkbookDescription = "workbookDescription"
WorkbookName = "workbookName"

class Direction:
Desc = "desc"
Expand Down

0 comments on commit 62440d0

Please sign in to comment.