View Source VRChat.Model.FileData (vrchat v1.11.1)

Link to this section Summary

Link to this section Types

@type t() :: %VRChat.Model.FileData{
  category: String.t(),
  fileName: String.t(),
  md5: String.t(),
  sizeInBytes: integer(),
  status: VRChat.Model.FileStatus.t(),
  uploadId: String.t(),
  url: String.t()
}