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