Show / Hide Table of Contents

Class Form

Google Forms item.

Inheritance
System.Object
Form
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Classroom.v1.Data
Assembly: Google.Apis.Classroom.v1.dll
Syntax
public class Form : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FormUrl

URL of the form.

Declaration
[JsonProperty("formUrl")]
public virtual string FormUrl { get; set; }
Property Value
Type Description
System.String

ResponseUrl

URL of the form responses document. Only set if respsonses have been recorded and only when the requesting user is an editor of the form.

Read-only.

Declaration
[JsonProperty("responseUrl")]
public virtual string ResponseUrl { get; set; }
Property Value
Type Description
System.String

ThumbnailUrl

URL of a thumbnail image of the Form.

Read-only.

Declaration
[JsonProperty("thumbnailUrl")]
public virtual string ThumbnailUrl { get; set; }
Property Value
Type Description
System.String

Title

Title of the Form.

Read-only.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top