Class BrandingPhoneNotificationTemplate
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingPhoneNotificationTemplate
- Inheritance
-
BrandingPhoneNotificationTemplate
- Inherited Members
Properties
Channel
[JsonProperty("channel")]
public string Channel { get; set; }
Property Value
Content
[JsonProperty("content")]
public Content Content { get; set; }
Property Value
Customizable
[JsonProperty("customizable")]
public bool? Customizable { get; set; }
Property Value
- bool?
Disabled
Whether the template is enabled (false) or disabled (true).
[JsonProperty("disabled")]
public bool Disabled { get; set; }
Property Value
Id
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Tenant
[JsonProperty("tenant")]
public string Tenant { get; set; }
Property Value
Type
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public BrandingPhoneNotificationTemplateType Type { get; set; }