Class SettingView (1.9.2)

SettingView(value)

View options for Settings.

Values: SETTING_VIEW_UNSPECIFIED (0): The default / unset value. The API will default to the SETTING_VIEW_BASIC view. SETTING_VIEW_BASIC (1): Include Setting.metadata, but nothing else. This is the default value (for both ListSettings and GetSetting). SETTING_VIEW_EFFECTIVE_VALUE (2): Include Setting.effective_value, but nothing else. SETTING_VIEW_LOCAL_VALUE (3): Include Setting.local_value, but nothing else.