Class CreateGroupSetRequest
Class representing a group set creation request. See Tableau API Reference for documentation.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class CreateGroupSetRequest : TableauServerRequest
Constructors
CreateGroupSetRequest()
Creates a new CreateGroupSetRequest instance.
Declaration
public CreateGroupSetRequest()
CreateGroupSetRequest(string)
Creates a new CreateGroupSetRequest instance.
Declaration
public CreateGroupSetRequest(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The group set name. |
Properties
GroupSet
Gets or sets the group set for the request.
Declaration
public CreateGroupSetRequest.GroupSetType? GroupSet { get; set; }
Property Value
Type | Description |
---|---|
CreateGroupSetRequest.GroupSetType |