Table of Contents

Class UpdateAppResponse

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

Properties

ClientName

public string ClientName { get; set; }

Property Value

string

Description

public string Description { get; set; }

Property Value

string

DisplayName

public string DisplayName { get; set; }

Property Value

string

Group

public GetGroupedAppsResponseAppGroup Group { get; set; }

Property Value

GetGroupedAppsResponseAppGroup

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 UpdateAppResponseTag[] Tags { get; set; }

Property Value

UpdateAppResponseTag[]

WikiUrl

public string WikiUrl { get; set; }

Property Value

string