mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-13 04:26:49 +00:00
fix(essentials): Adds missing constructor for Configuration RootObject
This commit is contained in:
parent
d8aef1a0da
commit
cdafaf1bcb
1 changed files with 5 additions and 0 deletions
|
|
@ -1843,6 +1843,11 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
|
||||||
public class RootObject
|
public class RootObject
|
||||||
{
|
{
|
||||||
public Configuration Configuration { get; set; }
|
public Configuration Configuration { get; set; }
|
||||||
|
|
||||||
|
public RootObject()
|
||||||
|
{
|
||||||
|
Configuration = new Configuration();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue