View Source GoogleApi.Forms.V1.Model.QuestionItem (google_api_forms v0.2.1)

A form item containing a single question.

Attributes

  • image (type: GoogleApi.Forms.V1.Model.Image.t, default: nil) - The image displayed within the question.
  • question (type: GoogleApi.Forms.V1.Model.Question.t, default: nil) - Required. The displayed question.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.QuestionItem{
  image: GoogleApi.Forms.V1.Model.Image.t() | nil,
  question: GoogleApi.Forms.V1.Model.Question.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.