Class SURFSharekitRepoItemLinks
- Namespace
- SURFSharekit.Net.Models.RepoItem
- Assembly
- SURFSharekit.Net.dll
public class SURFSharekitRepoItemLinks
- Inheritance
-
SURFSharekitRepoItemLinks
- Inherited Members
-
Properties
First
[JsonPropertyName("first")]
public string? First { get; set; }
Property Value
- string
Last
[JsonPropertyName("last")]
public string? Last { get; set; }
Property Value
- string
Next
[JsonPropertyName("next")]
public string? Next { get; set; }
Property Value
- string
Self
[JsonPropertyName("self")]
public string? Self { get; set; }
Property Value
- string