// Copyright © WireMock.Net namespace WireMock.Admin.Scenarios; /// /// ScenarioStateModel /// [FluentBuilder.AutoGenerateBuilder] public class ScenarioStateUpdateModel { /// /// Gets or sets the NextState. /// public string? State { get; set; } }