View Source GoogleApi.Forms.V1.Model.TextAnswers (google_api_forms v0.2.1)
A question's answers as text.
Attributes
-
answers
(type:list(GoogleApi.Forms.V1.Model.TextAnswer.t)
, default:nil
) - Output only. Answers to a question. For multiple-value ChoiceQuestions, each answer is a separate value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.TextAnswers{ answers: [GoogleApi.Forms.V1.Model.TextAnswer.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.