mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-15 01:32:55 -07:00
9 lines
No EOL
198 B
C#
9 lines
No EOL
198 B
C#
namespace Ombi.Api.TvMaze.Models
|
|
{
|
|
public class Network
|
|
{
|
|
public Country country { get; set; }
|
|
public int id { get; set; }
|
|
public string name { get; set; }
|
|
}
|
|
} |