View Source ExOpenAI.Components.ProjectUserDeleteResponse (ex_openai.ex v1.8.0)

Schema representing a ProjectUserDeleteResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ProjectUserDeleteResponse{
  deleted: boolean(),
  id: String.t(),
  object: :"organization.project.user.deleted"
}