Class Info
The general information for a form.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class Info : IDirectResponseSchema
Properties
Description
The description of the form.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentTitle
Output only. The title of the document which is visible in Drive. If Info.title
is empty, document_title
may appear in its place in the Google Forms UI and be visible to responders. document_title
can be set on
create, but cannot be modified by a batchUpdate request. Please use the Google Drive
API if you need to programmatically
update document_title
.
Declaration
[JsonProperty("documentTitle")]
public virtual string DocumentTitle { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Title
Required. The title of the form which is visible to responders.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |