Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 437 Bytes

File metadata and controls

21 lines (13 loc) · 437 Bytes

BulkUploadHistoryEventStatus

The status of the upload, an enum of ACTIVE, SUCCESSFUL

Example Usage

from glean.api_client.models import BulkUploadHistoryEventStatus

value = BulkUploadHistoryEventStatus.ACTIVE

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
ACTIVE ACTIVE
SUCCESSFUL SUCCESSFUL