v1.1.0
Latest
2021.3+
Class ResponseLinks
Represents links to related API endpoints.
Inherited Members
Namespace: Unity.Services.Relay.Models
Syntax
[Preserve]
public class ResponseLinks
Constructors
ResponseLinks(String)
Represents links to related API endpoints.
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; }
Property Value
Type | Description |
---|---|
String |