Class BrandingPhoneDisplay
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Phone number display settings.
[Serializable]
public record BrandingPhoneDisplay : IJsonOnDeserialized, IEquatable<BrandingPhoneDisplay>
- Inheritance
-
BrandingPhoneDisplay
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Formatting
[JsonPropertyName("formatting")]
public BrandingPhoneFormattingEnum? Formatting { get; set; }
Property Value
Masking
[JsonPropertyName("masking")]
public BrandingPhoneMaskingEnum? Masking { 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.