Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 712 Bytes

File metadata and controls

23 lines (15 loc) · 712 Bytes

DocumentVisibilityUpdateResultOverride

The visibility-override state of the document.

Example Usage

from glean.api_client.models import DocumentVisibilityUpdateResultOverride

value = DocumentVisibilityUpdateResultOverride.NONE

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
NONE NONE
HIDE_FROM_ALL HIDE_FROM_ALL
HIDE_FROM_GROUPS HIDE_FROM_GROUPS
HIDE_FROM_ALL_EXCEPT_OWNER HIDE_FROM_ALL_EXCEPT_OWNER