Table of Contents

Class StringArg

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

Properties

Codec

public static Codec<StringArg> Codec { get; }

Property Value

Codec<StringArg>

Default

public string? Default { get; init; }

Property Value

string

Id

public string Id { get; init; }

Property Value

string

Required

public bool Required { get; init; }

Property Value

bool