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

A date question. Date questions default to just month + day.

Attributes

  • includeTime (type: boolean(), default: nil) - Whether to include the time as part of the question.
  • includeYear (type: boolean(), default: nil) - Whether to include the year as part of the question.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.DateQuestion{
  includeTime: boolean() | nil,
  includeYear: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.