Class ContentDescription
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class ContentDescription
- Inheritance
-
ContentDescription
- Inherited Members
-
Constructors
ContentDescription()
public ContentDescription()
Fields
Category
[Value("category")]
public ContentCategory Category
Field Value
- ContentCategory
Description
[Value("description")]
public required string Description
Field Value
- string
Icons
[Value("icons")]
public List<ImageResource> Icons
Field Value
- List<ImageResource>
Id
[Value("id")]
public required string Id
Field Value
- string
Title
[Value("title")]
public required string Title
Field Value
- string
Url
[Value("url")]
public required string Url
Field Value
- string