Class GroupSetsResponse
Class representing a paged REST API group set response.
Inheritance
object
GroupSetsResponse
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class GroupSetsResponse : PagedTableauServerResponse<GroupSetsResponse.GroupSetType>, ITableauServerListResponse<GroupSetsResponse.GroupSetType>, ITableauServerResponse, IPageInfo
Properties
Items
Gets or sets the group sets for the response.
Declaration
public override GroupSetsResponse.GroupSetType[] Items { get; set; }
Property Value
Type | Description |
---|---|
GroupSetType[] |