Class GetGroupedAppDataResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetGroupedAppDataResponse
- Inheritance
-
GetGroupedAppDataResponse
- Inherited Members
Properties
IdentifierIdToConfiguration
public Dictionary<string, GetGroupedAppDataResponseConfiguration> IdentifierIdToConfiguration { get; set; }
Property Value
IdentifierIdToIdentifier
public Dictionary<string, GetGroupedAppDataResponseIdentifier> IdentifierIdToIdentifier { get; set; }
Property Value
IdentifierIdToInstances
public Dictionary<string, GetGroupedAppDataResponseInstance[]> IdentifierIdToInstances { get; set; }
Property Value
IdentifierIdToSettings
public Dictionary<string, GetGroupedAppDataResponseSetting[]> IdentifierIdToSettings { get; set; }
Property Value
IdentifierInfo
public GetGroupedAppDataResponseIdentifierInfo IdentifierInfo { get; set; }