Table of Contents

Class GetAppResponse

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

Properties

Client

public GetAppResponseClient Client { get; set; }

Property Value

GetAppResponseClient

Description

public string Description { get; set; }

Property Value

string

DisplayName

public string DisplayName { get; set; }

Property Value

string

Group

public GetAppResponseGroup Group { get; set; }

Property Value

GetAppResponseGroup

Id

public string Id { get; set; }

Property Value

string

ImageUrl

public string ImageUrl { get; set; }

Property Value

string

RowVersion

public byte[] RowVersion { get; set; }

Property Value

byte[]

Slug

public string Slug { get; set; }

Property Value

string

Tags

public GetAppResponseTag[] Tags { get; set; }

Property Value

GetAppResponseTag[]

WikiUrl

public string WikiUrl { get; set; }

Property Value

string