using System;
using System.Text;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using Newtonsoft.Json;
namespace RadarrSharp.Models {
///
///
///
[DataContract]
public class QualityProfile {
///
/// Gets or Sets Name
///
[DataMember(Name="name", EmitDefaultValue=false)]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
///
/// Gets or Sets UpgradeAllowed
///
[DataMember(Name="upgradeAllowed", EmitDefaultValue=false)]
[JsonProperty(PropertyName = "upgradeAllowed")]
public bool? UpgradeAllowed { get; set; }
///
/// Gets or Sets Cutoff
///
[DataMember(Name="cutoff", EmitDefaultValue=false)]
[JsonProperty(PropertyName = "cutoff")]
public int? Cutoff { get; set; }
///
/// Gets or Sets Items
///
[DataMember(Name="items", EmitDefaultValue=false)]
[JsonProperty(PropertyName = "items")]
public List