Table of Contents

Class SURFSharekitRepoItemLinks

Namespace
SURFSharekit.Net.Models.RepoItem
Assembly
SURFSharekit.Net.dll
public class SURFSharekitRepoItemLinks
Inheritance
SURFSharekitRepoItemLinks
Inherited Members

Properties

[JsonPropertyName("first")]
public string? First { get; set; }

Property Value

string
[JsonPropertyName("last")]
public string? Last { get; set; }

Property Value

string
[JsonPropertyName("next")]
public string? Next { get; set; }

Property Value

string
[JsonPropertyName("self")]
public string? Self { get; set; }

Property Value

string