mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -04:00
8 lines
188 B
C#
8 lines
188 B
C#
namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
|
{
|
|
public class RatingResource
|
|
{
|
|
public int Count { get; set; }
|
|
public decimal Value { get; set; }
|
|
}
|
|
} |