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