C# 클래스 BuildIt.CognitiveServices.Models.UsageStatisticsResponse

파일 보기 프로젝트 열기: builttoroam/BuildIt

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

UsageStatisticsResponse() 공개 메소드

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

UsageStatisticsResponse() 공개 메소드

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
리턴 System.Linq