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