Class SettingView (1.9.5)

SettingView(value)

View options for Settings.

Enums

Name Description
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 ListSettings and GetSetting).
SETTING_VIEW_EFFECTIVE_VALUE Include Setting.effective_value, but nothing else.
SETTING_VIEW_LOCAL_VALUE Include Setting.local_value, but nothing else.