View Source ExOpenAI.Components.AuditLogActor (ex_openai.ex v1.8.0)
Schema representing a AuditLogActor within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.AuditLogActor{ api_key: ExOpenAI.Components.AuditLogActorApiKey.t() | nil, session: ExOpenAI.Components.AuditLogActorSession.t() | nil, type: (:api_key | :session) | nil }