Table of Contents

Class GetEventsResponse

Namespace
Vonage.Conversations.GetEvents
Assembly
Vonage.dll
public record GetEventsResponse : IEquatable<GetEventsResponse>
Inheritance
GetEventsResponse
Implements
Inherited Members

Constructors

public GetEventsResponse(int PageSize, Event[] Embedded, HalLinks<GetEventsHalLink> Links)

Parameters

PageSize int
Embedded Event[]
Links HalLinks<GetEventsHalLink>

Properties

Embedded

[JsonPropertyName("_embedded")]
[JsonPropertyOrder(1)]
public Event[] Embedded { get; init; }

Property Value

Event[]
[JsonPropertyName("_links")]
[JsonPropertyOrder(2)]
public HalLinks<GetEventsHalLink> Links { get; init; }

Property Value

HalLinks<GetEventsHalLink>

PageSize

[JsonPropertyName("page_size")]
[JsonPropertyOrder(0)]
public int PageSize { get; init; }

Property Value

int