C# 클래스 Microsoft.PowerBI.Api.V1.Models.ODataResponseListImport

Odata response wrapper for a Power BI Import collection
파일 보기 프로젝트 열기: Microsoft/PowerBI-CSharp

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