Table of Contents

Class StageAssetConfig

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

Properties

Actions

public List<ConfigActions>? Actions { get; init; }

Property Value

List<ConfigActions>

Conditions

public List<ConfigConditions>? Conditions { get; init; }

Property Value

List<ConfigConditions>

Next

public string? Next { get; init; }

Property Value

string