Current section
Files
Jump to
Current section
Files
lib/letta_api/model/last_updated_by_id.ex
# NOTE: This file is auto generated by OpenAPI Generator 7.13.0 (https://openapi-generator.tech).
# Do not edit this file manually.
defmodule LettaAPI.Model.LastUpdatedById do
@moduledoc """
The id of the user that made this object.
"""
@derive JSON.Encoder
defstruct [
]
@type t :: %__MODULE__{
}
def decode(value) do
value
end
end