View Source OpenAi.Project.ApiKey.ListResponse (OpenAI REST API Client v1.0.0)
Provides struct and type for a Project.ApiKey.ListResponse
Summary
Types
@type t() :: %OpenAi.Project.ApiKey.ListResponse{ data: [OpenAi.Project.ApiKey.t()], first_id: String.t(), has_more: boolean(), last_id: String.t(), object: String.t() }