GoogleApi.Forms.V1.Model.FileUploadAnswers (google_api_forms v0.5.0)
View SourceAll 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 }