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