View Source GoogleApi.Forms.V1.Model.TextAnswers (google_api_forms v0.4.0)

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

t()

@type t() :: %GoogleApi.Forms.V1.Model.TextAnswers{
  answers: [GoogleApi.Forms.V1.Model.TextAnswer.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.