Class ResponseLinks
Represents links to related API endpoints.
Inherited Members
Namespace: Unity.Services.Apis.Relay
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "ResponseLinks")]
[Preserve]
public class ResponseLinks
Constructors
ResponseLinks(string)
Initializes a new instance of the ResponseLinks class.
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
[DataMember(Name = "next", EmitDefaultValue = false)]
[Preserve]
public string Next { get; set; }
Property Value
Type | Description |
---|---|
string | Indicates the URL of the suggested API endpoint to call next. |