Class Links
Represents links for the response
public class Links
- Inheritance
-
Links
- Inherited Members
Constructors
Links()
public Links()
Properties
Next
Next link
public Uri Next { get; set; }
Property Value
- Uri
Previous
Previous link
public Uri Previous { get; set; }
Property Value
- Uri