Show / Hide Table of Contents

Enum FoldersResource.SettingsResource.GetRequest.ViewEnum

The SettingView for this request.

Namespace: Google.Apis.ResourceSettings.v1
Assembly: Google.Apis.ResourceSettings.v1.dll
Syntax
public enum FoldersResource.SettingsResource.GetRequest.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.

In this article
Back to top Generated by DocFX