Table of Contents

Class FormFieldTextConfig

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record FormFieldTextConfig : IJsonOnDeserialized, IEquatable<FormFieldTextConfig>
Inheritance
FormFieldTextConfig
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }

Property Value

ReadOnlyAdditionalProperties

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?

Multiline

[JsonPropertyName("multiline")]
public bool? Multiline { get; set; }

Property Value

bool?

Placeholder

[JsonPropertyName("placeholder")]
public string? Placeholder { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.