ExBifrost.Model.FileUploadResponse (ex_bifrost v0.1.0)

Copy Markdown View Source

FileUploadResponse model.

Summary

Types

t()

@type t() :: %ExBifrost.Model.FileUploadResponse{
  bytes: integer() | nil,
  created_at: integer() | nil,
  expires_at: integer() | nil,
  extra_fields: ExBifrost.Model.BifrostResponseExtraFields.t() | nil,
  filename: String.t() | nil,
  id: String.t() | nil,
  object: String.t() | nil,
  purpose: String.t() | nil,
  status: String.t() | nil,
  status_details: String.t() | nil,
  storage_backend: String.t() | nil,
  storage_uri: String.t() | nil
}

Functions

decode(value)