Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 407 Bytes

File metadata and controls

20 lines (13 loc) · 407 Bytes

FieldScope

Controls which fields to include in the export

Example Usage

from glean.api_client.models import FieldScope

value = FieldScope.ALL

Values

Name Value
ALL ALL
EXCLUDE_SENSITIVE EXCLUDE_SENSITIVE
CUSTOM CUSTOM