Enum ProjectsResource.SettingsResource.ListRequest.ViewEnum
The SettingView for this request.
Namespace: Google.Apis.ResourceSettings.v1
Assembly: Google.Apis.ResourceSettings.v1.dll
Syntax
public enum ProjectsResource.SettingsResource.ListRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| SETTINGVIEWBASIC | Include Setting.metadata, but nothing else. This is the default value (for both ListSettings and GetSetting). |
| SETTINGVIEWEFFECTIVEVALUE | Include Setting.effective_value, but nothing else. |
| SETTINGVIEWLOCALVALUE | Include Setting.local_value, but nothing else. |
| SETTINGVIEWUNSPECIFIED | The default / unset value. The API will default to the SETTING_VIEW_BASIC view. |