importStatus property

ImportStatus? importStatus
final

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;