interface ImportOperationStatus {
    errors?: ErrorObject[];
    operationId?: string;
    state: string;
}

Properties

errors?: ErrorObject[]

The validation errors for the ImportOperation. See Errors.

operationId?: string

The ID of the ImportOperation.

state: string

The validation state of the ImportOperation.