View Source GoogleApi.Forms.V1.Model.FileUploadAnswers (google_api_forms v0.2.1)
All submitted files for a FileUpload question.
Attributes
-
answers
(type:list(GoogleApi.Forms.V1.Model.FileUploadAnswer.t)
, default:nil
) - Output only. All submitted files for a FileUpload question.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Forms.V1.Model.FileUploadAnswers{ answers: [GoogleApi.Forms.V1.Model.FileUploadAnswer.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.