Interface IListResponse<TObject>
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
public interface IListResponse<out TObject> where TObject : IListItemType Parameters
- TObject
Properties
Items
IReadOnlyList<out TObject> Items { get; }Property Value
- IReadOnlyList<TObject>