Interface IGroupSetType
Interface for a group set response type.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IGroupSetType : IRestIdentifiable
Properties
GroupCount
Gets the count of groups in the group set.
Declaration
int GroupCount { get; }
Property Value
Type | Description |
---|---|
int |
Name
Gets the name of the response.
Declaration
string? Name { get; }
Property Value
Type | Description |
---|---|
string |