View Source ExOpenAI.Components.ProjectRateLimitListResponse (ex_openai.ex v2.0.0-beta2)
Module for representing the OpenAI schema ProjectRateLimitListResponse.
Fields
:data- required -[ExOpenAI.Components.ProjectRateLimit.t()]:first_id- required -String.t():has_more- required -boolean():last_id- required -String.t():object- required -:list
Allowed values:"list"
Summary
Types
@type t() :: %ExOpenAI.Components.ProjectRateLimitListResponse{ data: [ExOpenAI.Components.ProjectRateLimit.t()], first_id: String.t(), has_more: boolean(), last_id: String.t(), object: :list }