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

Schema representing a AuditLogActorUser within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.AuditLogActorUser{
  email: String.t() | nil,
  id: String.t() | nil
}