Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 344 Bytes

File metadata and controls

21 lines (13 loc) · 344 Bytes

ActivityEnum

Activity e.g. search, home page visit or all.

Example Usage

from glean.api_client.models import ActivityEnum

value = ActivityEnum.ALL

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
ALL ALL
SEARCH SEARCH