Class GetEventsResponse
- Namespace
- Vonage.Conversations.GetEvents
- Assembly
- Vonage.dll
public record GetEventsResponse : IEquatable<GetEventsResponse>
- Inheritance
-
GetEventsResponse
- Implements
- Inherited Members
Constructors
GetEventsResponse(int, Event[], HalLinks<GetEventsHalLink>)
public GetEventsResponse(int PageSize, Event[] Embedded, HalLinks<GetEventsHalLink> Links)
Parameters
PageSizeintEmbeddedEvent[]LinksHalLinks<GetEventsHalLink>
Properties
Embedded
[JsonPropertyName("_embedded")]
[JsonPropertyOrder(1)]
public Event[] Embedded { get; init; }
Property Value
- Event[]
Links
[JsonPropertyName("_links")]
[JsonPropertyOrder(2)]
public HalLinks<GetEventsHalLink> Links { get; init; }
Property Value
PageSize
[JsonPropertyName("page_size")]
[JsonPropertyOrder(0)]
public int PageSize { get; init; }