Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 555 Bytes

File metadata and controls

22 lines (14 loc) · 555 Bytes

CollectionPinnableCategories

Categories a Collection can be pinned to.

Example Usage

from glean.api_client.models import CollectionPinnableCategories

value = CollectionPinnableCategories.COMPANY_RESOURCE

# Open enum: unrecognized values are captured as UnrecognizedStr

Values

Name Value
COMPANY_RESOURCE COMPANY_RESOURCE
DEPARTMENT_RESOURCE DEPARTMENT_RESOURCE
TEAM_RESOURCE TEAM_RESOURCE