Table of Contents

Class AlarmStore

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

Properties

Codec

public static Codec<AlarmStore> Codec { get; }

Property Value

Codec<AlarmStore>

Parameters

public Dictionary<string, Alarm>? Parameters { get; init; }

Property Value

Dictionary<string, Alarm>