Interface ITableauServerResponse
Interface representing REST API responses.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface ITableauServerResponse
Properties
Error
Gets or sets the error for the response.
Declaration
Error? Error { get; set; }
Property Value
Type | Description |
---|---|
Error |