Class GroupSetsRestApiSimulator
Object that defines simulation of Tableau REST API group set methods.
Inheritance
object
GroupSetsRestApiSimulator
Namespace: Tableau.Migration.Api.Simulation.Rest.Api
Assembly: Tableau.Migration.dll
Syntax
public sealed class GroupSetsRestApiSimulator
Constructors
GroupSetsRestApiSimulator(TableauApiResponseSimulator)
Creates a new GroupSetsRestApiSimulator object.
Declaration
public GroupSetsRestApiSimulator(TableauApiResponseSimulator simulator)
Parameters
Type | Name | Description |
---|---|---|
TableauApiResponseSimulator | simulator | A response simulator to setup with REST API methods. |
Properties
AddGroupToGroupSet
Gets the simulated add group to group set API method.
Declaration
public MethodSimulator AddGroupToGroupSet { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
CreateGroupSet
Gets the simulated group set create API method.
Declaration
public MethodSimulator CreateGroupSet { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
GetGroupSet
Gets the simulated group set get API method.
Declaration
public MethodSimulator GetGroupSet { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
QueryGroupSets
Gets the simulated group set query API method.
Declaration
public MethodSimulator QueryGroupSets { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |
RemoveGroupFromGroupSet
Gets the simulated remove group from group set API method.
Declaration
public MethodSimulator RemoveGroupFromGroupSet { get; }
Property Value
Type | Description |
---|---|
MethodSimulator |