Class TextAnswers
A question's answers as text.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class TextAnswers : IDirectResponseSchema
Properties
Answers
Output only. Answers to a question. For multiple-value ChoiceQuestions, each answer is a separate value.
Declaration
[JsonProperty("answers")]
public virtual IList<TextAnswer> Answers { get; set; }
Property Value
Type | Description |
---|---|
IList<TextAnswer> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |