Class CreatePhoneTemplateRequestContent
- Namespace
- Auth0.ManagementApi.Branding.Phone
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreatePhoneTemplateRequestContent : IEquatable<CreatePhoneTemplateRequestContent>
- Inheritance
-
CreatePhoneTemplateRequestContent
- Implements
- Inherited Members
- Extension Methods
Properties
Content
[JsonPropertyName("content")]
public PhoneTemplateContent? Content { get; set; }
Property Value
Disabled
Whether the template is enabled (false) or disabled (true).
[JsonPropertyName("disabled")]
public bool? Disabled { get; set; }
Property Value
- bool?
Type
[JsonPropertyName("type")]
public PhoneTemplateNotificationTypeEnum? Type { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.