Class NotificationType
Notification that is available for email settings.
Inheritance
NotificationType
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class NotificationType
Properties
Declaration
[JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
Title of the notification.
Declaration
[JsonProperty("title", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary Title { get; set; }
Property Value
Methods
Declaration
public static NotificationType FromJson(string data)
Parameters
Returns