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

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

Private Properties

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

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

Метод Описание
ODataResponseListImport ( ) : System

Initializes a new instance of the ODataResponseListImport class.

ODataResponseListImport ( string odatacontext = default(string), IList value = default(IList<Import>) ) : System

Initializes a new instance of the ODataResponseListImport class.

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

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

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

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

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