Table of Contents

Class UpdateAppRequestBody

Namespace
OpenSettings.AspNetCore.Models.Requests
Assembly
OpenSettings.AspNetCore.dll
public class UpdateAppRequestBody
Inheritance
UpdateAppRequestBody
Inherited Members

Properties

Client

public UpdateAppRequestBodyClient Client { get; set; }

Property Value

UpdateAppRequestBodyClient

Description

public string Description { get; set; }

Property Value

string

DisplayName

public string DisplayName { get; set; }

Property Value

string

Group

public UpdateAppRequestBodyGroup Group { get; set; }

Property Value

UpdateAppRequestBodyGroup

ImageUrl

public string ImageUrl { get; set; }

Property Value

string

RowVersion

public byte[] RowVersion { get; set; }

Property Value

byte[]

Slug

public string Slug { get; set; }

Property Value

string

Tags

public UpdateAppRequestBodyTag[] Tags { get; set; }

Property Value

UpdateAppRequestBodyTag[]

WikiUrl

public string WikiUrl { get; set; }

Property Value

string