Table of Contents

Class UpdatePhoneTemplateRequestContent

Namespace
Auth0.ManagementApi.Branding.Phone
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record UpdatePhoneTemplateRequestContent : IEquatable<UpdatePhoneTemplateRequestContent>
Inheritance
UpdatePhoneTemplateRequestContent
Implements
Inherited Members
Extension Methods

Properties

Content

[JsonPropertyName("content")]
public PartialPhoneTemplateContent? Content { get; set; }

Property Value

PartialPhoneTemplateContent

Disabled

Whether the template is enabled (false) or disabled (true).

[JsonPropertyName("disabled")]
public bool? Disabled { get; set; }

Property Value

bool?

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.