We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17d9ca3 + 42ccd9e commit aeee27cCopy full SHA for aeee27c
DiscogsClient/Data/Result/DiscogsMaster.cs
@@ -4,6 +4,10 @@ public class DiscogsMaster : DiscogsReleaseBase
4
{
5
public int main_release { get; set; }
6
public string main_release_url { get; set; }
7
+ public int most_recent_release { get; set; }
8
+ public string most_recent_release_url { get; set; }
9
+ public int num_for_sale { get; set; }
10
+ public decimal lowest_price { get; set; }
11
public string versions_url { get; set; }
12
}
13
0 commit comments