# Functions
NewClient instantiates an instance of the Tableau API client.
WithFilterExpression returns a QueryOption that sets the "filter" URL parameter.
WithPageNumber returns a QueryOption that sets the "pageNumber" URL parameter.
WithPageSize returns a QueryOption that sets the "pageSize" URL parameter.
WithSortExpression returns a QueryOption that sets the "sort" URL parameter.
# Constants
Internal error.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Client encapsulates a client that talks to the Tableau API.
CreateProjectRequest encapsulates the request for creating a new project.
DataSource represents a Tableau data source.
DeleteDataSourceRequest encapsulates the request for deleting a single DataSource.
DeleteProjectRequest encapsulates the request for deleting a new project.
Error represents common errors originating from the Client.
GetDataSourceRequest encapsulates the request for getting a single DataSource.
Project represents a Tableau project.
QueryOptions are options for querying projects.
UpdateProjectRequest encapsulates the request for updating project.
# Type aliases
ProjectContentPermission represents a projects' content permissions.
No description provided by the author