Class CreateAppRequestBody
- Namespace
- OpenSettings.AspNetCore.Models.Requests
- Assembly
- OpenSettings.AspNetCore.dll
public class CreateAppRequestBody
- Inheritance
-
CreateAppRequestBody
- Inherited Members
Properties
Client
[Required]
public CreateAppRequestBodyClient Client { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
DisplayName
public string DisplayName { get; set; }
Property Value
Group
public CreateAppRequestBodyGroup Group { get; set; }
Property Value
ImageUrl
public string ImageUrl { get; set; }
Property Value
Slug
public string Slug { get; set; }
Property Value
Tags
public CreateAppRequestBodyTag[] Tags { get; set; }
Property Value
WikiUrl
public string WikiUrl { get; set; }