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