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

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

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