2026-08-12 14:04:55 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
using Newtonsoft.Json;
|
2026-09-04 14:03:41 +03:00
|
|
|
using Newtonsoft.Json.Linq;
|
2026-08-12 14:04:55 +03:00
|
|
|
|
|
|
|
|
namespace RudderSdk.Core.Models.Scenarios;
|
|
|
|
|
|
|
|
|
|
public class UpdateScenarioCounterResponse
|
|
|
|
|
{
|
|
|
|
|
[JsonProperty("completed")]
|
2026-08-29 11:33:01 +03:00
|
|
|
public bool? Completed { get; set; }
|
2026-08-12 14:04:55 +03:00
|
|
|
|
2026-09-04 14:03:41 +03:00
|
|
|
[JsonProperty("effect")]
|
|
|
|
|
public JToken? Effect { get; set; }
|
2026-08-12 14:04:55 +03:00
|
|
|
|
|
|
|
|
}
|