Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 433 Bytes

File metadata and controls

15 lines (10 loc) · 433 Bytes

SearchEventsBotInfo Enum

Filter events by their Bot Info result, specifically:

  • all - events where any kind of bot was detected.
  • none - events where no bot was detected.

Values

Name Value Description
ALL 'all'
NONE 'none'

[Back to Model list] [Back to API list] [Back to README]