Class GetConversationsResponse
- Namespace
- Vonage.Conversations.GetConversations
- Assembly
- Vonage.dll
public record GetConversationsResponse : IEquatable<GetConversationsResponse>
- Inheritance
-
GetConversationsResponse
- Implements
- Inherited Members
Constructors
GetConversationsResponse(int, EmbeddedConversations, HalLinks<GetConversationsHalLink>)
public GetConversationsResponse(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; }