Show / Hide Table of Contents

Class Form

Google Forms item.

Inheritance
object
Form
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

FormUrl

URL of the form.

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

ResponseUrl

URL of the form responses document. Only set if responses 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
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
string

Title

Title of the Form. Read-only.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX