Class GroupSetsResponse.GroupSetType
Class representing a REST API group set response.
Inheritance
object
GroupSetsResponse.GroupSetType
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class GroupSetsResponse.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 |
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 |