Table of Contents

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

ReadOnlyAdditionalProperties

CountryPicker

[JsonPropertyName("country_picker")]
public bool? CountryPicker { get; set; }

Property Value

bool?

DefaultValue

[JsonPropertyName("default_value")]
public string? DefaultValue { get; set; }

Property Value

string

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

string

Strings

[JsonPropertyName("strings")]
public FormFieldTelConfigStrings? Strings { get; set; }

Property Value

FormFieldTelConfigStrings

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.