Class FormFieldCustomConfig
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FormFieldCustomConfig : IJsonOnDeserialized, IEquatable<FormFieldCustomConfig>
- Inheritance
-
FormFieldCustomConfig
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Code
[JsonPropertyName("code")]
public required string Code { get; set; }
Property Value
Css
[JsonPropertyName("css")]
public string? Css { get; set; }
Property Value
Params
[JsonPropertyName("params")]
public Dictionary<string, string>? Params { get; set; }
Property Value
Schema
[JsonPropertyName("schema")]
public Dictionary<string, object?> Schema { 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.