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