Class CreateAppInput
- Namespace
- OpenSettings.Models.Inputs
- Assembly
- OpenSettings.dll
public class CreateAppInput
- Inheritance
-
CreateAppInput
- Inherited Members
Properties
Client
public CreateAppInputClient Client { get; set; }
Property Value
CreatedById
public Guid? CreatedById { get; set; }
Property Value
- Guid?
Description
public string Description { get; set; }
Property Value
DisplayName
public string DisplayName { get; set; }
Property Value
Group
public CreateAppInputGroup Group { get; set; }
Property Value
ImageUrl
public string ImageUrl { get; set; }
Property Value
Slug
public string Slug { get; set; }
Property Value
Tags
public CreateAppInputTag[] Tags { get; set; }
Property Value
WikiUrl
public string WikiUrl { get; set; }