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