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