Class GroupSetResponse.GroupSetType
Class representing a REST API group set response.
Inheritance
object
GroupSetResponse.GroupSetType
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class GroupSetResponse.GroupSetType : IGroupSetType, IRestIdentifiable
Properties
GroupCount
Gets or sets the count of groups in the group set.
Declaration
public int GroupCount { get; set; }
Property Value
Type | Description |
---|---|
int |
Groups
Gets or sets the groups for the response.
Declaration
public GroupSetResponse.GroupSetType.GroupType[] Groups { get; set; }
Property Value
Type | Description |
---|---|
GroupType[] |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |