Table of Contents

Class BrandingThemeIdentifiersPhoneDisplay

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Phone display

[Serializable]
public record BrandingThemeIdentifiersPhoneDisplay : IJsonOnDeserialized, IEquatable<BrandingThemeIdentifiersPhoneDisplay>
Inheritance
BrandingThemeIdentifiersPhoneDisplay
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

Formatting

[JsonPropertyName("formatting")]
public required BrandingThemeIdentifiersPhoneDisplayFormattingEnum Formatting { get; set; }

Property Value

BrandingThemeIdentifiersPhoneDisplayFormattingEnum

Masking

[JsonPropertyName("masking")]
public required BrandingThemeIdentifiersPhoneDisplayMaskingEnum Masking { get; set; }

Property Value

BrandingThemeIdentifiersPhoneDisplayMaskingEnum

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.