v1.0.0
Latest
2022.3+
Class ResponseLinks
Represents links to related API endpoints.
Inheritance
System.Object
ResponseLinks
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Relay.Models
Syntax
public class ResponseLinks
Constructors
ResponseLinks(String)
Represents links to related API endpoints.
Declaration
public ResponseLinks(string next = null)
Parameters
Type | Name | Description |
---|---|---|
System.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 |
---|---|
System.String |