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

Info for a single file submitted to a file upload question.

Attributes

  • fileId (type: String.t, default: nil) - Output only. The ID of the Google Drive file.
  • fileName (type: String.t, default: nil) - Output only. The file name, as stored in Google Drive on upload.
  • mimeType (type: String.t, default: nil) - Output only. The MIME type of the file, as stored in Google Drive on upload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.FileUploadAnswer{
  fileId: String.t() | nil,
  fileName: String.t() | nil,
  mimeType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.