Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 642 Bytes

File metadata and controls

14 lines (10 loc) · 642 Bytes

HubSpot.NET.Model.ImportResult

The result of import operation

Properties

Name Type Description Notes
Errors List<Error> List of errors during import
RowsImported int Specifies number of rows imported
DuplicateRows int Specifies number of duplicate rows
RowLimitExceeded bool Specifies whether row limit exceeded during import

[Back to Model list] [Back to API list] [Back to README]