importStatus property
The status of the import job. If the status is FAILED
, you can
get the reason for the failure from the failureReason
field.
Implementation
final ImportStatus? importStatus;
The status of the import job. If the status is FAILED
, you can
get the reason for the failure from the failureReason
field.
final ImportStatus? importStatus;