Class ProjectsResponse.ProjectType.UserType
Class representing a REST API user response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ProjectsResponse.ProjectType.UserType : IRestIdentifiable
Properties
Gets or sets the email for the response.
Declaration
public string? Email { get; set; }
Property Value
Type | Description |
---|---|
string |
FullName
Gets or sets the name for the response.
Declaration
public string? FullName { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
LastLogin
Gets or sets the email for the response.
Declaration
public string? LastLogin { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SiteRole
Gets or sets the siteRole for the response.
Declaration
public string? SiteRole { get; set; }
Property Value
Type | Description |
---|---|
string |