GetImportJobResponse class

An HTTP 200 response if the request succeeds, or an error message if the request fails.

Constructors

GetImportJobResponse({DateTime? completedTimestamp, DateTime? createdTimestamp, int? failedRecordsCount, FailureInfo? failureInfo, ImportDataSource? importDataSource, ImportDestination? importDestination, String? jobId, JobStatus? jobStatus, int? processedRecordsCount})
GetImportJobResponse.fromJson(Map<String, dynamic> json)
factory

Properties

completedTimestamp DateTime?
The time stamp of when the import job was completed.
final
createdTimestamp DateTime?
The time stamp of when the import job was created.
final
failedRecordsCount int?
The number of records that failed processing because of invalid input or other reasons.
final
failureInfo FailureInfo?
The failure details about an import job.
final
hashCode int
The hash code for this object.
no setterinherited
importDataSource ImportDataSource?
The data source of the import job.
final
importDestination ImportDestination?
The destination of the import job.
final
jobId String?
A string that represents the import job ID.
final
jobStatus JobStatus?
The status of the import job.
final
processedRecordsCount int?
The current number of records processed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited