C# Class BuildIt.CognitiveServices.Models.UsageStatisticsResponse

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
UsageStatisticsResponse ( ) : System.Linq

Initializes a new instance of the UsageStatisticsResponse class.

UsageStatisticsResponse ( string interval = default(string), long buildId = default(long?), System statistics = default(System.Collections.Generic.IList<UsageStatistics>) ) : System.Linq

Initializes a new instance of the UsageStatisticsResponse class.

Method Details

UsageStatisticsResponse() public method

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

UsageStatisticsResponse() public method

Initializes a new instance of the UsageStatisticsResponse class.
public UsageStatisticsResponse ( string interval = default(string), long buildId = default(long?), System statistics = default(System.Collections.Generic.IList<UsageStatistics>) ) : System.Linq
interval string The input interval for this response
buildId long The input buildId (note that this is /// optional)
statistics System The usage statistics
return System.Linq