Class GetUserConversationsHalLink
- Namespace
- Vonage.Conversations.GetUserConversations
- Assembly
- Vonage.dll
Represents a link to another resource.
public record GetUserConversationsHalLink : IEquatable<GetUserConversationsHalLink>
- Inheritance
-
GetUserConversationsHalLink
- Implements
- Inherited Members
Constructors
GetUserConversationsHalLink(Uri)
Represents a link to another resource.
public GetUserConversationsHalLink(Uri Href)
Parameters
HrefUriHyperlink reference.
Properties
Href
Hyperlink reference.
public Uri Href { get; init; }
Property Value
Methods
BuildRequest()
Transforms the link into a GetUserConversationsRequest using the cursor pagination.
public Result<GetUserConversationsRequest> BuildRequest()