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