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
public class ResponseLinks

Constructors

Represents links to related API endpoints.

Declaration
public ResponseLinks(string next = null)
Parameters
TypeNameDescription
System.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
public string Next { get; }
Property Value
TypeDescription
System.String