Radarr/src/Radarr.Api.V3/Collections/CollectionUpdateCollectionR...

9 lines
185 B
C#

namespace Radarr.Api.V3.Collections
{
public class CollectionUpdateCollectionResource
{
public int Id { get; set; }
public bool? Monitored { get; set; }
}
}