Class FormFieldFileConfig
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record FormFieldFileConfig : IJsonOnDeserialized, IEquatable<FormFieldFileConfig>
- Inheritance
-
FormFieldFileConfig
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Categories
[JsonPropertyName("categories")]
public IEnumerable<FormFieldFileConfigCategoryEnum>? Categories { get; set; }
Property Value
Extensions
[JsonPropertyName("extensions")]
public IEnumerable<string>? Extensions { get; set; }
Property Value
MaxFiles
[JsonPropertyName("maxFiles")]
public int? MaxFiles { get; set; }
Property Value
- int?
MaxSize
[JsonPropertyName("maxSize")]
public int? MaxSize { get; set; }
Property Value
- int?
Multiple
[JsonPropertyName("multiple")]
public bool? Multiple { get; set; }
Property Value
- bool?
Storage
[JsonPropertyName("storage")]
public FormFieldFileConfigStorage? Storage { 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.