Table of Contents

Class PhoneTemplateBody

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record PhoneTemplateBody : IJsonOnDeserialized, IEquatable<PhoneTemplateBody>
Inheritance
PhoneTemplateBody
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Text

Content of the phone template for text notifications

[JsonPropertyName("text")]
public string? Text { get; set; }

Property Value

string

Voice

Content of the phone template for voice notifications

[JsonPropertyName("voice")]
public string? Voice { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.