mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
feat(essentials): Adds JsonProperty attribute tags
This commit is contained in:
parent
5d1c5c9e99
commit
8e46d575e4
1 changed files with 2 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||
[JsonProperty("directoryResults")]
|
||||
public List<DirectoryItem> CurrentDirectoryResults { get; private set; }
|
||||
|
||||
[JsonProperty("contacts")]
|
||||
public List<DirectoryItem> Contacts
|
||||
{
|
||||
get
|
||||
|
|
@ -77,6 +78,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||
}
|
||||
}
|
||||
|
||||
[JsonProperty("folders")]
|
||||
public List<DirectoryItem> Folders
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue