Table of Contents

Class GetUserConversationsResponse

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

Constructors

public GetUserConversationsResponse(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