Class ImportGroupRequest.GroupType
Class representing a group request.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class ImportGroupRequest.GroupType
Properties
Import
Gets or sets the import for the response.
Declaration
public ImportGroupRequest.GroupType.ImportType? Import { get; set; }
Property Value
Type | Description |
---|---|
ImportGroupRequest.GroupType.ImportType |
Name
Gets or sets the name for the request.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |