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