Class UpdateSettingsRequest
Update Form's FormSettings.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class UpdateSettingsRequest : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Settings
Required. The settings to update with.
Declaration
[JsonProperty("settings")]
public virtual FormSettings Settings { get; set; }Property Value
| Type | Description | 
|---|---|
| FormSettings | 
UpdateMask
Required. Only values named in this mask are changed. At least one field must be specified. The root
settings is implied and should not be specified. A single "*" can be used as short-hand for updating
every field.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }Property Value
| Type | Description | 
|---|---|
| object |