Class CreatePhoneTemplateResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record CreatePhoneTemplateResponseContent : IJsonOnDeserialized, IEquatable<CreatePhoneTemplateResponseContent>
- Inheritance
-
CreatePhoneTemplateResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Channel
[JsonPropertyName("channel")]
public string? Channel { get; set; }
Property Value
Content
[JsonPropertyName("content")]
public required PhoneTemplateContent Content { get; set; }
Property Value
Customizable
[JsonPropertyName("customizable")]
public bool? Customizable { get; set; }
Property Value
- bool?
Disabled
Whether the template is enabled (false) or disabled (true).
[JsonPropertyName("disabled")]
public required bool Disabled { get; set; }
Property Value
Id
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Tenant
[JsonPropertyName("tenant")]
public string? Tenant { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public required 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.