Table of Contents

Class GetConversationsResponse

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

Constructors

public GetConversationsResponse(int PageSize, EmbeddedConversations Embedded, HalLinks<GetConversationsHalLink> Links)

Parameters

PageSize int
Embedded EmbeddedConversations
Links HalLinks<GetConversationsHalLink>

Properties

Embedded

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

Property Value

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

Property Value

HalLinks<GetConversationsHalLink>

PageSize

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

Property Value

int