Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 468 Bytes

File metadata and controls

23 lines (15 loc) · 468 Bytes

State

The verification state for the document.

Example Usage

import com.glean.api_client.glean_api_client.models.components.State;

State value = State.UNVERIFIED;

// Open enum: use .of() to create instances from custom string values
State custom = State.of("custom_value");

Values

Name Value
UNVERIFIED UNVERIFIED
VERIFIED VERIFIED
DEPRECATED DEPRECATED