Table of Contents

Class SubCategoryDefinition

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

Properties

Codec

public static Codec<SubCategoryDefinition> Codec { get; }

Property Value

Codec<SubCategoryDefinition>

Description

public string? Description { get; init; }

Property Value

string

Id

public string? Id { get; init; }

Property Value

string

Name

public string? Name { get; init; }

Property Value

string

Order

public int Order { get; init; }

Property Value

int