Show / Hide Table of Contents

Class FormResponse

A form response.

Inheritance
object
FormResponse
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.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class FormResponse : IDirectResponseSchema

Properties

Answers

Output only. The actual answers to the questions, keyed by question_id.

Declaration
[JsonProperty("answers")]
public virtual IDictionary<string, Answer> Answers { get; set; }
Property Value
Type Description
IDictionary<string, Answer>

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Timestamp for the first time the response was submitted.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { 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

FormId

Output only. The form ID.

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

LastSubmittedTime

object representation of LastSubmittedTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSubmittedTimeDateTimeOffset instead.")]
public virtual object LastSubmittedTime { get; set; }
Property Value
Type Description
object

LastSubmittedTimeDateTimeOffset

DateTimeOffset representation of LastSubmittedTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSubmittedTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastSubmittedTimeRaw

Output only. Timestamp for the most recent time the response was submitted. Does not track changes to grades.

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

RespondentEmail

Output only. The email address (if collected) for the respondent.

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

ResponseId

Output only. The response ID.

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

TotalScore

Output only. The total number of points the respondent received for their submission Only set if the form was a quiz and the response was graded. This includes points automatically awarded via autograding adjusted by any manual corrections entered by the form owner.

Declaration
[JsonProperty("totalScore")]
public virtual double? TotalScore { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX