Table of Contents

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

CreateAppRequestBodyClient

Description

public string Description { get; set; }

Property Value

string

DisplayName

public string DisplayName { get; set; }

Property Value

string

Group

public CreateAppRequestBodyGroup Group { get; set; }

Property Value

CreateAppRequestBodyGroup

ImageUrl

public string ImageUrl { get; set; }

Property Value

string

Slug

public string Slug { get; set; }

Property Value

string

Tags

public CreateAppRequestBodyTag[] Tags { get; set; }

Property Value

CreateAppRequestBodyTag[]

WikiUrl

public string WikiUrl { get; set; }

Property Value

string