C# Class BuildIt.CognitiveServices.Models.UsageStatisticsResponse

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the UsageStatisticsResponse class.
public UsageStatisticsResponse ( ) : System.Linq
Résultat System.Linq

UsageStatisticsResponse() public méthode

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
Résultat System.Linq