Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 389 Bytes

File metadata and controls

22 lines (14 loc) · 389 Bytes

State

The verification state for the document.

Example Usage

from glean.api_client.models import State

value = State.UNVERIFIED

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
UNVERIFIED UNVERIFIED
VERIFIED VERIFIED
DEPRECATED DEPRECATED