Class ResponseLinks
Represents links to related API endpoints.
Inherited Members
Namespace: Unity.Services.Relay.Models
Assembly: Unity.Services.Multiplayer.dll
Syntax
[Preserve]
[DataContract(Name = "ResponseLinks")]
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]
[DataMember(Name = "next", EmitDefaultValue = false)]
public string Next { get; }
Property Value
Type | Description |
---|---|
string |