Table of Contents

Class BoolArg

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/BoolArg", "999c9b05fcdf7c649e38c1b56fb753ec7213c5c149183cf34ade89425ccf647b")]
public sealed record BoolArg : BuilderToolArgs, IEquatable<BoolArg>
Inheritance
BoolArg
Implements
Inherited Members

Properties

Codec

public static Codec<BoolArg> Codec { get; }

Property Value

Codec<BoolArg>

Default

public bool Default { get; init; }

Property Value

bool

Id

public string Id { get; init; }

Property Value

string

Required

public bool Required { get; init; }

Property Value

bool