ExBifrost.Model.CreateContainerFileRequest1 (ex_bifrost v0.1.0)

Copy Markdown View Source

Request to create a file in a container by referencing an existing file

Summary

Types

t()

@type t() :: %ExBifrost.Model.CreateContainerFileRequest1{
  file_id: String.t(),
  file_path: String.t() | nil
}

Functions

decode(value)