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
Description
public string Description { get; set; }
Property Value
DisplayName
public string DisplayName { get; set; }
Property Value
Group
public UpdateAppRequestBodyGroup 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 UpdateAppRequestBodyTag[] Tags { get; set; }
Property Value
WikiUrl
public string WikiUrl { get; set; }