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

A rating question. The user has a range of icons to choose from.

Attributes

  • iconType (type: String.t, default: nil) - Required. The icon type to use for the rating.
  • ratingScaleLevel (type: integer(), default: nil) - Required. The rating scale level of the rating question.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Forms.V1.Model.RatingQuestion{
  iconType: String.t() | nil,
  ratingScaleLevel: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.