Class SupportMessagePage
A page of a support case's transcript, with an explicit cursor for the next one.
public record SupportMessagePage : IEquatable<SupportMessagePage>
- Inheritance
-
SupportMessagePage
- Implements
- Inherited Members
Remarks
The cursor is the Sequence of the last item returned, so paging is stable
while a conversation is still being appended to — a new reply cannot shift entries the reader already
passed. NextCursor is null when there is no further page.
Properties
Items
public required SupportMessage[] Items { get; init; }
Property Value
NextCursor
public string NextCursor { get; init; }