Show / Hide Table of Contents

Class Answer

The submitted answer for a question.

Inheritance
object
Answer
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 Answer : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FileUploadAnswers

Output only. The answers to a file upload question.

Declaration
[JsonProperty("fileUploadAnswers")]
public virtual FileUploadAnswers FileUploadAnswers { get; set; }
Property Value
Type Description
FileUploadAnswers

Grade

Output only. The grade for the answer if the form was a quiz.

Declaration
[JsonProperty("grade")]
public virtual Grade Grade { get; set; }
Property Value
Type Description
Grade

QuestionId

Output only. The question's ID. See also Question.question_id.

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

TextAnswers

Output only. The specific answers as text.

Declaration
[JsonProperty("textAnswers")]
public virtual TextAnswers TextAnswers { get; set; }
Property Value
Type Description
TextAnswers

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX