using System.Collections.Generic; namespace Sonarr.Api.V3.CustomFormats { public class CustomFormatBulkResource { public HashSet Ids { get; set; } = new (); public bool? IncludeCustomFormatWhenRenaming { get; set; } } }