Class: | SharpHoundCommonLib.OutputTypes.AceRegistryAPIResult |
---|---|
Assembly: | SharpHoundCommonLib |
File(s): | D:\a\SharpHoundCommon\SharpHoundCommon\src\CommonLib\OutputTypes\AceRegistryAPIResult.cs |
Covered lines: | 0 |
Uncovered lines: | 1 |
Coverable lines: | 1 |
Total lines: | 9 |
Line coverage: | 0% (0 of 1) |
Covered branches: | 0 |
Total branches: | 0 |
# | Line | Line coverage | ||
---|---|---|---|---|
1 | using System; | |||
2 |
| |||
3 | namespace SharpHoundCommonLib.OutputTypes | |||
4 | { | |||
5 | public class AceRegistryAPIResult : APIResult | |||
6 | { | |||
0 | 7 | public ACE[] Data { get; set; } = Array.Empty<ACE>(); | ||
8 | } | |||
9 | } |