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

Odata response wrapper for a Power BI Report collection
Afficher le fichier Open project: Microsoft/PowerBI-CSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the ODataResponseListReport class.
public ODataResponseListReport ( ) : System
Résultat System

ODataResponseListReport() public méthode

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