Table of Contents

Class ListResponse<TObject>

Namespace
OpenAI
Assembly
OpenAI-DotNet.dll
public sealed class ListResponse<TObject> : BaseResponse, IListResponse<TObject> where TObject : BaseResponse

Type Parameters

TObject
Inheritance
ListResponse<TObject>
Implements
IListResponse<TObject>
Inherited Members

Properties

FirstId

[JsonInclude]
[JsonPropertyName("first_id")]
public string FirstId { get; }

Property Value

string

HasMore

[JsonInclude]
[JsonPropertyName("has_more")]
public bool HasMore { get; }

Property Value

bool

Items

[JsonInclude]
[JsonPropertyName("data")]
public IReadOnlyList<TObject> Items { get; }

Property Value

IReadOnlyList<TObject>

LastId

[JsonInclude]
[JsonPropertyName("last_id")]
public string LastId { get; }

Property Value

string

Object

[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }

Property Value

string