ImportRowError class
A resource that reports the import job errors at row level.
Constructors
- 
          ImportRowError({ImportRowErrorArchiveErrorDetails? archiveError, String? assetTitle, ImportRowErrorCsvErrorDetails? csvError, List<ImportError> ? errors, int? rowNumber, String? vmName, String? vmUuid, ImportRowErrorXlsxErrorDetails? xlsxError})
- ImportRowError.fromJson(Map json_)
Properties
- archiveError ↔ ImportRowErrorArchiveErrorDetails?
- 
  Error details for an archive file.
  getter/setter pair
- assetTitle ↔ String?
- 
  The asset title.
  getter/setter pair
- csvError ↔ ImportRowErrorCsvErrorDetails?
- 
  Error details for a CSV file.
  getter/setter pair
- 
  errors
  ↔ List<ImportError> ?
- 
  The list of errors detected in the row.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- rowNumber ↔ int?
- 
  The row number where the error was detected.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- vmName ↔ String?
- 
  The name of the VM in the row.
  getter/setter pair
- vmUuid ↔ String?
- 
  The VM UUID.
  getter/setter pair
- xlsxError ↔ ImportRowErrorXlsxErrorDetails?
- 
  Error details for an XLSX file.
  getter/setter pair
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited