Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 384 Bytes

File metadata and controls

21 lines (13 loc) · 384 Bytes

UpdateType

Optional type classification for the update.

Example Usage

from glean.api_client.models import UpdateType

value = UpdateType.ACTIONABLE

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
ACTIONABLE ACTIONABLE
INFORMATIVE INFORMATIVE