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