GoogleApi.Forms.V1.Model.FormSettings (google_api_forms v0.5.0)

View Source

A form's settings.

Attributes

  • emailCollectionType (type: String.t, default: nil) - Optional. The setting that determines whether the form collects email addresses from respondents.
  • quizSettings (type: GoogleApi.Forms.V1.Model.QuizSettings.t, default: nil) - Settings related to quiz forms and grading.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Forms.V1.Model.FormSettings{
  emailCollectionType: String.t() | nil,
  quizSettings: GoogleApi.Forms.V1.Model.QuizSettings.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.