Files
MusicCast.Net/MusicCast.Net.Api.Server/Models/GetNetworkStandbyResponse.cs
2025-05-24 19:54:08 +02:00

7 lines
177 B
C#

namespace MusicCast.Net.Api.Server.Models;
public class GetNetworkStandbyResponse
{
public int response_code { get; set; }
public string network_standby { get; set; }
}