using System.Collections.Generic; namespace Lidarr.Api.V1.Blocklist { public class BlocklistBulkResource { public List Ids { get; set; } } }