LettaAPI.Model.User (letta_api v1.0.0)

Representation of a user. Parameters: id (str): The unique identifier of the user. name (str): The name of the user. created_at (datetime): The creation date of the user.

Summary

Types

t()

@type t() :: %LettaAPI.Model.User{
  created_at: DateTime.t() | nil,
  id: String.t() | nil,
  is_deleted: boolean() | nil,
  name: String.t(),
  organization_id: String.t() | nil,
  updated_at: DateTime.t() | nil
}

Functions

decode(value)