Class MobileTemplateDefinitionBase
Base DTO for polymorphic mobile templates.
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(MobileTemplateDefinition), "mobile")]
public abstract class MobileTemplateDefinitionBase
- Inheritance
-
MobileTemplateDefinitionBase
- Derived
- Inherited Members
Properties
Category
public string Category { get; set; }
Property Value
Description
public string Description { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Tags
public List<string> Tags { get; set; }