Class GroupsResponse.GroupType
Class representing a REST API group response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class GroupsResponse.GroupType : IRestIdentifiable
Properties
Domain
Gets or sets the domain for the response.
Declaration
public GroupsResponse.GroupType.DomainType? Domain { get; set; }
Property Value
Type | Description |
---|---|
GroupsResponse.GroupType.DomainType |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Import
Gets or sets the import for the response.
Declaration
public GroupsResponse.GroupType.ImportType? Import { get; set; }
Property Value
Type | Description |
---|---|
GroupsResponse.GroupType.ImportType |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |