Table of Contents

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

ReadOnlyAdditionalProperties

Channel

[JsonPropertyName("channel")]
public string? Channel { get; set; }

Property Value

string

Content

[JsonPropertyName("content")]
public required PhoneTemplateContent Content { get; set; }

Property Value

PhoneTemplateContent

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

bool

Id

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Tenant

[JsonPropertyName("tenant")]
public string? Tenant { get; set; }

Property Value

string

Type

[JsonPropertyName("type")]
public required PhoneTemplateNotificationTypeEnum Type { get; set; }

Property Value

PhoneTemplateNotificationTypeEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.