View Source Appwrite.Types.FileList (appwrite v0.1.9)

Represents a list of files.

Fields

  • total (integer): Total number of files that matched the query.
  • files ([Appwrite.Types.File.t]): List of files.

Summary

Types

t()

@type t() :: %Appwrite.Types.FileList{
  files: [Appwrite.Types.File.t()],
  total: integer()
}