SettingView

View options for Settings.

Enums
SETTING_VIEW_UNSPECIFIED The default / unset value. The API will default to the SETTING_VIEW_BASIC view.
SETTING_VIEW_BASIC Include Setting.metadata, but nothing else. This is the default value (for both settings.list and settings.get).
SETTING_VIEW_EFFECTIVE_VALUE Include Setting.effective_value, but nothing else.
SETTING_VIEW_LOCAL_VALUE Include Setting.local_value, but nothing else.