Class UpdateAppInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class UpdateAppInput
- Inheritance
-
UpdateAppInput
- Inherited Members
Properties
AppId
public string AppId { get; set; }
Property Value
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 UpdateAppInputGroup 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 UpdateAppInputTag[] Tags { get; set; }
Property Value
UpdatedById
public Guid? UpdatedById { get; set; }
Property Value
- Guid?
WikiUrl
public string WikiUrl { get; set; }