Class ResponseLinks
Represents links to related API endpoints.
Inherited Members
Namespace: Unity.Services.Apis.Relay
Assembly: solution.dll
Syntax
[Preserve]
public class ResponseLinks
Constructors
ResponseLinks(string)
Initializes a new instance of the ResponseLinks class.
Declaration
[Preserve]
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
[Preserve]
public string Next { get; set; }
Property Value
Type | Description |
---|---|
string | Indicates the URL of the suggested API endpoint to call next. |