ODataResponseListDatasource Constructor (String, IList<Datasource>)
Initializes a new instance of the ODataResponseListDatasource class.
Namespace: Microsoft.PowerBI.Api.Beta.Models
Assembly: Microsoft.PowerBI.Api (in Microsoft.PowerBI.Api.dll)
Syntax
public ODataResponseListDatasource(
string odatacontext = null,
IList<Datasource> value = null
)
Parameters
- odatacontext
Type: System.String
- value
Type: System.Collections.Generic.IList<Datasource>
See Also
ODataResponseListDatasource Overload
ODataResponseListDatasource Class
Microsoft.PowerBI.Api.Beta.Models Namespace
Return to top