Class NumberFieldConfig
Inherited Members
Namespace: Crowdin.Api.Fields
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class NumberFieldConfig : FieldConfig
Properties
| Edit this page View SourceMax
Declaration
[JsonProperty("max")]
public int Max { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Min
Declaration
[JsonProperty("min")]
public int Min { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Units
Declaration
[JsonProperty("units")]
public string Units { get; set; }
Property Value
| Type | Description |
|---|---|
| string |