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