Current section
Files
Jump to
Current section
Files
lib/docspring/model/create_custom_file_data.ex
# NOTE: This file is auto generated by OpenAPI Generator 7.16.0-DOCSPRING (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule Docspring.Model.CreateCustomFileData do
@moduledoc """
"""
@derive JSON.Encoder
defstruct [
:cache_id
]
@type t :: %__MODULE__{
:cache_id => String.t
}
def decode(value) do
value
end
end