Zep.Schemas.Project (Zep v1.0.0)

Copy Markdown View Source

Project-level settings for the API key in use.

Summary

Types

t()

@type t() :: %Zep.Schemas.Project{
  created_at: String.t() | nil,
  name: String.t() | nil,
  project_uuid: String.t() | nil
}