Class GroupResponse.GroupType
Class representing a group response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class GroupResponse.GroupType : IRestIdentifiable
Properties
Domain
Gets or sets the domain for the response.
Declaration
public GroupResponse.GroupType.DomainType? Domain { get; set; }
Property Value
Type | Description |
---|---|
GroupResponse.GroupType.DomainType |
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; }
Property Value
Type | Description |
---|---|
string |