v1.1.0
Latest
2021.3+

Class ResponseLinks

Represents links to related API endpoints.

Inheritance
ResponseLinks
Namespace: Unity.Services.Relay.Models
[Preserve]
public class ResponseLinks

Constructors

Represents links to related API endpoints.

Declaration
[Preserve]
public ResponseLinks(string next = null)
Parameters
TypeNameDescription
Stringnext

Indicates the URL of the suggested API endpoint to call next.

Properties

Indicates the URL of the suggested API endpoint to call next.

Declaration
[Preserve]
public string Next { get; }
Property Value
TypeDescription
String