Table of Contents

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

Dictionary<string, GetGroupedAppDataResponseConfiguration>

IdentifierIdToIdentifier

public Dictionary<string, GetGroupedAppDataResponseIdentifier> IdentifierIdToIdentifier { get; set; }

Property Value

Dictionary<string, GetGroupedAppDataResponseIdentifier>

IdentifierIdToInstances

public Dictionary<string, GetGroupedAppDataResponseInstance[]> IdentifierIdToInstances { get; set; }

Property Value

Dictionary<string, GetGroupedAppDataResponseInstance[]>

IdentifierIdToSettings

public Dictionary<string, GetGroupedAppDataResponseSetting[]> IdentifierIdToSettings { get; set; }

Property Value

Dictionary<string, GetGroupedAppDataResponseSetting[]>

IdentifierInfo

public GetGroupedAppDataResponseIdentifierInfo IdentifierInfo { get; set; }

Property Value

GetGroupedAppDataResponseIdentifierInfo