Class UpdateFormInfoRequest
Update Form's Info.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class UpdateFormInfoRequest : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Info
The info to update.
Declaration
[JsonProperty("info")]
public virtual Info Info { get; set; }Property Value
| Type | Description | 
|---|---|
| Info | 
UpdateMask
Required. Only values named in this mask are changed. At least one field must be specified. The root info
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 |