Schema representing a ProjectServiceAccountApiKey within the OpenAI API
@type t() :: %ExOpenAI.Components.ProjectServiceAccountApiKey{ created_at: integer(), id: String.t(), name: String.t(), object: :"organization.project.service_account.api_key", value: String.t() }