Class ListResponse<TObject>
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
public sealed class ListResponse<TObject> : BaseResponse, IListItem, IListResponse<TObject> where TObject : IListItemType Parameters
- TObject
- Inheritance
- 
      
      
      ListResponse<TObject>
- Implements
- 
      
      IListResponse<TObject>
- Inherited Members
Properties
FirstId
[JsonInclude]
[JsonPropertyName("first_id")]
public string FirstId { get; }Property Value
HasMore
[JsonInclude]
[JsonPropertyName("has_more")]
public bool HasMore { get; }Property Value
Items
[JsonInclude]
[JsonPropertyName("data")]
public IReadOnlyList<TObject> Items { get; }Property Value
- IReadOnlyList<TObject>
LastId
[JsonInclude]
[JsonPropertyName("last_id")]
public string LastId { get; }Property Value
Object
[JsonInclude]
[JsonPropertyName("object")]
public string Object { get; }