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

A scale question. The user has a range of numeric values to choose from.

Attributes

  • high (type: integer(), default: nil) - Required. The highest possible value for the scale.
  • highLabel (type: String.t, default: nil) - The label to display describing the highest point on the scale.
  • low (type: integer(), default: nil) - Required. The lowest possible value for the scale.
  • lowLabel (type: String.t, default: nil) - The label to display describing the lowest point on the scale.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.ScaleQuestion{
  high: integer() | nil,
  highLabel: String.t() | nil,
  low: integer() | nil,
  lowLabel: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.