Class ServerSessionResponse.SessionType
Class representing a session response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ServerSessionResponse.SessionType
Properties
Site
Gets or sets the site for the response.
Declaration
public ServerSessionResponse.SessionType.SiteType? Site { get; set; }
Property Value
Type | Description |
---|---|
ServerSessionResponse.SessionType.SiteType |
User
Gets or sets the user for the response.
Declaration
public ServerSessionResponse.SessionType.UserType? User { get; set; }
Property Value
Type | Description |
---|---|
ServerSessionResponse.SessionType.UserType |