View Source OpenAi.Project.ServiceAccount.ApiKey (OpenAI REST API Client v1.0.0)

Provides struct and type for a Project.ServiceAccount.ApiKey

Summary

Types

@type t() :: %OpenAi.Project.ServiceAccount.ApiKey{
  created_at: integer(),
  id: String.t(),
  name: String.t(),
  object: String.t(),
  value: String.t()
}