Class Page<T>
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a page with data.
public class Page<T> : Page
Type Parameters
T
- Inheritance
-
Page<T>
- Inherited Members
Properties
Data
The data in the page.
public T[] Data { get; init; }
Property Value
- T[]