View Source GoogleApi.Forms.V1.Model.Feedback (google_api_forms v0.2.1)
Feedback for a respondent about their response to a question.
Attributes
-
material
(type:list(GoogleApi.Forms.V1.Model.ExtraMaterial.t)
, default:nil
) - Additional information provided as part of the feedback, often used to point the respondent to more reading and resources. -
text
(type:String.t
, default:nil
) - Required. The main text of the feedback.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.Feedback{ material: [GoogleApi.Forms.V1.Model.ExtraMaterial.t()] | nil, text: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.