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

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.