Class BrandingPhoneNotificationTemplateUpdateRequest
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
public class BrandingPhoneNotificationTemplateUpdateRequest
- Inheritance
-
BrandingPhoneNotificationTemplateUpdateRequest
- Inherited Members
Properties
Content
[JsonProperty("content")]
public Content Content { get; set; }
Property Value
Disabled
Whether the template is enabled (false) or disabled (true).
[JsonProperty("disabled")]
public bool? Disabled { get; set; }
Property Value
- bool?