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
Description
public string Description { get; set; }
Property Value
DisplayName
public string DisplayName { get; set; }
Property Value
Group
public GetGroupedAppsResponseAppGroup Group { get; set; }
Property Value
ImageUrl
public string ImageUrl { get; set; }
Property Value
RowVersion
public byte[] RowVersion { get; set; }
Property Value
- byte[]
Slug
public string Slug { get; set; }
Property Value
Tags
public UpdateAppResponseTag[] Tags { get; set; }
Property Value
WikiUrl
public string WikiUrl { get; set; }