C# Класс Microsoft.PowerBI.Api.V1.Models.ODataResponseListReport

Odata response wrapper for a Power BI Report collection
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

ODataResponseListReport() публичный Метод

Initializes a new instance of the ODataResponseListReport class.
public ODataResponseListReport ( ) : System
Результат System

ODataResponseListReport() публичный Метод

Initializes a new instance of the ODataResponseListReport class.
public ODataResponseListReport ( string odatacontext = default(string), IList value = default(IList<Report>) ) : System
odatacontext string
value IList
Результат System