Class IntArg
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/IntArg", "28fff94c2d5ebe504221d0ed19b08c2c83e5f220fd43ad5406361e9a76d59840")]
public sealed record IntArg : BuilderToolArgs, IEquatable<IntArg>
- Inheritance
-
IntArg
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<IntArg> Codec { get; }
Property Value
- Codec<IntArg>
Default
public int Default { get; init; }
Property Value
- int
Id
public string Id { get; init; }
Property Value
- string
Max
public int Max { get; init; }
Property Value
- int
Min
public int Min { get; init; }
Property Value
- int
Required
public bool Required { get; init; }
Property Value
- bool