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

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

Private Properties

Property Type Description

Public Methods

Method Description
ODataResponseListReport ( ) : System

Initializes a new instance of the ODataResponseListReport class.

ODataResponseListReport ( string odatacontext = default(string), IList value = default(IList<Report>) ) : System

Initializes a new instance of the ODataResponseListReport class.

Method Details

ODataResponseListReport() public method

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

ODataResponseListReport() public method

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