Table of Contents

Class BrandingPhoneNotificationTemplateCreateRequest

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll
public class BrandingPhoneNotificationTemplateCreateRequest
Inheritance
BrandingPhoneNotificationTemplateCreateRequest
Inherited Members

Properties

Content

[JsonProperty("content")]
public Content Content { get; set; }

Property Value

Content

Disabled

Whether the template is enabled (false) or disabled (true).

[JsonProperty("disabled")]
public bool? Disabled { get; set; }

Property Value

bool?

Type

[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public BrandingPhoneNotificationTemplateType? Type { get; set; }

Property Value

BrandingPhoneNotificationTemplateType?