Add server api definition
This commit is contained in:
14
MusicCast.Net.Api.Server/Models/GetLocationInfoResponse.cs
Normal file
14
MusicCast.Net.Api.Server/Models/GetLocationInfoResponse.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace MusicCast.Net.Api.Server.Models;
|
||||
|
||||
public class GetLocationInfoResponse
|
||||
{
|
||||
public int response_code { get; set; }
|
||||
public string id { get; set; }
|
||||
public string name { get; set; }
|
||||
public Zone_list zone_list { get; set; }
|
||||
|
||||
public class Zone_list
|
||||
{
|
||||
public bool main { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user