Class TableauServerResponse
Base class representing REST API responses.
Inheritance
TableauServerResponse
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public abstract class TableauServerResponse : ITableauServerResponse
Constructors
TableauServerResponse()
Creates a new TableauServerResponse instance.
Declaration
public TableauServerResponse()
Properties
Error
Gets or sets the error for the response.
Declaration
public Error? Error { get; set; }
Property Value
Type | Description |
---|---|
Error |