The status of the upload, an enum of ACTIVE, SUCCESSFUL
from glean.api_client.models import BulkUploadHistoryEventStatus
value = BulkUploadHistoryEventStatus.ACTIVE
# Open enum: unrecognized values are captured as UnrecognizedStr| Name | Value |
|---|---|
ACTIVE |
ACTIVE |
SUCCESSFUL |
SUCCESSFUL |