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

Odata response wrapper for a Power BI Table collection
Show file Open project: Microsoft/PowerBI-CSharp

Private Properties

Property Type Description

Public Methods

Method Description
ODataResponseListTable ( ) : System

Initializes a new instance of the ODataResponseListTable class.

ODataResponseListTable ( string odatacontext = default(string), IListvalue = default(IList<Table>) ) : System

Initializes a new instance of the ODataResponseListTable class.

Method Details

ODataResponseListTable() public method

Initializes a new instance of the ODataResponseListTable class.
public ODataResponseListTable ( ) : System
return System

ODataResponseListTable() public method

Initializes a new instance of the ODataResponseListTable class.
public ODataResponseListTable ( string odatacontext = default(string), IListvalue = default(IList<Table>) ) : System
odatacontext string
value IList
return System