Class FormFieldTelConfig
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FormFieldTelConfig : IJsonOnDeserialized, IEquatable<FormFieldTelConfig>
- Inheritance
-
FormFieldTelConfig
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
CountryPicker
[JsonPropertyName("country_picker")]
public bool? CountryPicker { get; set; }
Property Value
- bool?
DefaultValue
[JsonPropertyName("default_value")]
public string? DefaultValue { get; set; }
Property Value
MaxLength
[JsonPropertyName("max_length")]
public int? MaxLength { get; set; }
Property Value
- int?
MinLength
[JsonPropertyName("min_length")]
public int? MinLength { get; set; }
Property Value
- int?
Placeholder
[JsonPropertyName("placeholder")]
public string? Placeholder { get; set; }
Property Value
Strings
[JsonPropertyName("strings")]
public FormFieldTelConfigStrings? Strings { 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.