Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 604 Bytes

File metadata and controls

22 lines (14 loc) · 604 Bytes

ServerToolRequestRequestType

The type of request made to the user.

Example Usage

from glean.api_client.models import ServerToolRequestRequestType

value = ServerToolRequestRequestType.EXECUTION

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
EXECUTION EXECUTION
AUTHENTICATION_SUGGESTION AUTHENTICATION_SUGGESTION
VOTE_SUGGESTION VOTE_SUGGESTION