Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 530 Bytes

File metadata and controls

23 lines (15 loc) · 530 Bytes

LifeCycleEventEvent

Type of event

Example Usage

from glean.api_client.models import LifeCycleEventEvent

value = LifeCycleEventEvent.UPLOADED

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
UPLOADED UPLOADED
INDEXED INDEXED
DELETION_REQUESTED DELETION_REQUESTED
DELETED DELETED