C# Class Microsoft.PowerBI.Api.V1.Models.ODataResponseListDatasource

Odata response wrapper for a Power BI datasource collection
Show file Open project: Microsoft/PowerBI-CSharp

Private Properties

Property Type Description

Public Methods

Method Description
ODataResponseListDatasource ( ) : System

Initializes a new instance of the ODataResponseListDatasource class.

ODataResponseListDatasource ( string odatacontext = default(string), IList value = default(IList<Datasource>) ) : System

Initializes a new instance of the ODataResponseListDatasource class.

Method Details

ODataResponseListDatasource() public method

Initializes a new instance of the ODataResponseListDatasource class.
public ODataResponseListDatasource ( ) : System
return System

ODataResponseListDatasource() public method

Initializes a new instance of the ODataResponseListDatasource class.
public ODataResponseListDatasource ( string odatacontext = default(string), IList value = default(IList<Datasource>) ) : System
odatacontext string
value IList
return System