Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 459 Bytes

File metadata and controls

23 lines (15 loc) · 459 Bytes

WriteActionParameterType

The type of the value (e.g., integer, string, boolean, etc.)

Example Usage

from glean.api_client.models import WriteActionParameterType

value = WriteActionParameterType.UNKNOWN

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
UNKNOWN UNKNOWN
INTEGER INTEGER
STRING STRING
BOOLEAN BOOLEAN