OneDrive Backup
OneDrive Backup
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace onedrive_backup.Contracts
|
||||
{
|
||||
public class HassAddonInfoResponse
|
||||
{
|
||||
[JsonProperty("data")]
|
||||
public Data DataProperty { get; set; }
|
||||
|
||||
public class Data
|
||||
{
|
||||
[JsonProperty("ingress_entry")]
|
||||
public string IngressEntry { get; set; }
|
||||
|
||||
[JsonProperty("ingress_url")]
|
||||
public string IngressUrl { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user