Class CreateGroupSetResponse
Class representing a group set creation response.
Inheritance
object
CreateGroupSetResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class CreateGroupSetResponse : TableauServerResponse<CreateGroupSetResponse.GroupSetType>, ITableauServerResponse<CreateGroupSetResponse.GroupSetType>, ITableauServerResponse
Properties
Item
Gets or sets the group set for the response.
Declaration
public override CreateGroupSetResponse.GroupSetType? Item { get; set; }
Property Value
Type | Description |
---|---|
CreateGroupSetResponse.GroupSetType |