using System; namespace NzbDrone.Api.Metadata { public class MetadataResource : ProviderResource { public Boolean Enable { get; set; } } }