BuildIt.CognitiveServices.Models.UsageImportStats.UsageImportStats C# (CSharp) Method

UsageImportStats() public method

Initializes a new instance of the UsageImportStats class.
public UsageImportStats ( ) : System.Linq
return System.Linq
        public UsageImportStats() { }

Same methods

UsageImportStats::UsageImportStats ( string fileId = default(string), int processedLineCount = default(int?), int errorLineCount = default(int?), int importedLineCount = default(int?), System errorSummary = default(System.Collections.Generic.IList<ImportErrorStats>), System sampleErrorDetails = default(System.Collections.Generic.IList<ErrorDetail>) ) : System.Linq
UsageImportStats