namespace MusicCast.Net.Api.Server.Models; public class GetMcPlaylistNameResponse { public int response_code { get; set; } public string[] name_list { get; set; } }