mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
feat(essentials): Adds JsonProperty attribute tags
This commit is contained in:
@@ -69,6 +69,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||||||
[JsonProperty("directoryResults")]
|
[JsonProperty("directoryResults")]
|
||||||
public List<DirectoryItem> CurrentDirectoryResults { get; private set; }
|
public List<DirectoryItem> CurrentDirectoryResults { get; private set; }
|
||||||
|
|
||||||
|
[JsonProperty("contacts")]
|
||||||
public List<DirectoryItem> Contacts
|
public List<DirectoryItem> Contacts
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
@@ -77,6 +78,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[JsonProperty("folders")]
|
||||||
public List<DirectoryItem> Folders
|
public List<DirectoryItem> Folders
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|||||||
Reference in New Issue
Block a user