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

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

t()

@type t() :: %GoogleApi.Forms.V1.Model.FileUploadAnswers{
  answers: [GoogleApi.Forms.V1.Model.FileUploadAnswer.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.