Class ServerSessionResponse
Class representing a server session response.
See Tableau API Reference for documentation
Inheritance
ServerSessionResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ServerSessionResponse : TableauServerResponse<ServerSessionResponse.SessionType>, ITableauServerResponse<ServerSessionResponse.SessionType>, ITableauServerResponse
Properties
Item
Gets or sets the session for the response.
Declaration
public override ServerSessionResponse.SessionType? Item { get; set; }
Property Value
Type | Description |
---|---|
ServerSessionResponse.SessionType |