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