7 lines
177 B
C#
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; }
|
|
} |