OneDrive Backup
OneDrive Backup
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace hassio_onedrive_backup.Contracts
|
||||
{
|
||||
public class HassSupervisorInfoResponse
|
||||
{
|
||||
[JsonProperty("result")]
|
||||
public string Result { get; set; }
|
||||
|
||||
[JsonProperty("data")]
|
||||
public Data DataProperty { get; set; }
|
||||
|
||||
public class Data
|
||||
{
|
||||
[JsonProperty("timezone")]
|
||||
public string Timezone{ get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user