ExBifrost.Model.CreateContainerFile200Response (ex_bifrost v0.1.0)

Copy Markdown View Source

Response from creating a file in a container

Summary

Types

t()

@type t() :: %ExBifrost.Model.CreateContainerFile200Response{
  bytes: integer() | nil,
  container_id: String.t() | nil,
  created_at: integer() | nil,
  extra_fields: ExBifrost.Model.BifrostResponseExtraFields.t() | nil,
  id: String.t() | nil,
  object: String.t() | nil,
  path: String.t() | nil,
  source: String.t() | nil
}

Functions

decode(value)