Table of Contents

Property MinimumValues

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

MinimumValues

The minimum amount of files that can be uploaded. Must be less than or equal to MaximumValues. Defaults to 1.

[JsonProperty("min_values", NullValueHandling = NullValueHandling.Ignore)]
public int? MinimumValues { get; }

Property Value

int?