Table of Contents

Class GetGroupedAppsResponse

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class GetGroupedAppsResponse
Inheritance
GetGroupedAppsResponse
Inherited Members

Properties

AppCount

public int AppCount { get; set; }

Property Value

int

GroupCount

public int GroupCount { get; set; }

Property Value

int

GroupNameToApps

public Dictionary<string, GetGroupedAppsResponseApp[]> GroupNameToApps { get; set; }

Property Value

Dictionary<string, GetGroupedAppsResponseApp[]>