Class CustomViewsRestApiSimulator
Object that defines simulation of Tableau REST API custom view methods.
Namespace: Tableau.Migration.Api.Simulation.Rest.Api
Assembly: Tableau.Migration.dll
Syntax
public sealed class CustomViewsRestApiSimulator
Constructors
CustomViewsRestApiSimulator(TableauApiResponseSimulator)
Creates a new CustomViewsRestApiSimulator object.
Declaration
public CustomViewsRestApiSimulator(TableauApiResponseSimulator simulator)
Parameters
Type | Name | Description |
---|---|---|
TableauApiResponseSimulator | simulator | A response simulator to setup with REST API methods. |
Properties
CommitCustomViewUpload
Gets the simulated commit custom view upload API method.
Declaration
public MethodSimulator CommitCustomViewUpload { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
DownloadCustomView
Gets the simulated custom view download API method.
Declaration
public MethodSimulator DownloadCustomView { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
GetCustomViewDefaultUsers
Gets the simulated get custom view default users API method.
Declaration
public MethodSimulator GetCustomViewDefaultUsers { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryCustomViews
Gets the simulated custom view query API method.
Declaration
public MethodSimulator QueryCustomViews { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
SetCustomViewDefaultUsers
Sets the simulated set custom view default users API method.
Declaration
public MethodSimulator SetCustomViewDefaultUsers { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |