View Source GoogleApi.Forms.V1.Model.FileUploadQuestion (google_api_forms v0.2.1)

A file upload question. The API currently does not support creating file upload questions.

Attributes

  • folderId (type: String.t, default: nil) - Required. The ID of the Drive folder where uploaded files are stored.
  • maxFileSize (type: String.t, default: nil) - Maximum number of bytes allowed for any single file uploaded to this question.
  • maxFiles (type: integer(), default: nil) - Maximum number of files that can be uploaded for this question in a single response.
  • types (type: list(String.t), default: nil) - File types accepted by this question.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.FileUploadQuestion{
  folderId: String.t() | nil,
  maxFileSize: String.t() | nil,
  maxFiles: integer() | nil,
  types: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.