Class Page
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents a page.
public class Page
- Inheritance
-
Page
- Derived
- Inherited Members
Properties
FirstId
The id of the first item in the page.
[JsonPropertyName("first_id")]
public string? FirstId { get; init; }
Property Value
HasMore
Indicates whether there is more data to be retrieved.
[JsonPropertyName("has_more")]
public bool HasMore { get; init; }
Property Value
LastId
The id of the last item in the page.
[JsonPropertyName("last_id")]
public string? LastId { get; init; }