# NOTE: This file is auto generated by OpenAPI Generator 7.12.0 (https://openapi-generator.tech). # Do not edit this file manually. defmodule Procore.Model.Attachment do @moduledoc """ """ @derive Jason.Encoder defstruct [ :upload_id ] @type t :: %__MODULE__{ :upload_id => String.t() } def decode(value) do value end end