Class ResponseLinks
Represents links to related API endpoints.
Inheritance
object
ResponseLinks
Namespace: Unity.Services.Relay.Models
Assembly: solution.dll
Syntax
public class ResponseLinks
Constructors
ResponseLinks(string)
Represents links to related API endpoints.
Declaration
public ResponseLinks(string next = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | next | Indicates the URL of the suggested API endpoint to call next. |
Properties
Next
Indicates the URL of the suggested API endpoint to call next.
Declaration
public string Next { get; }
Property Value
| Type | Description |
|---|---|
| string |