Files
rudder-csharp-sdk/BattlePass/GetBattlePassProgressRequest.cs
T

15 lines
305 B
C#
Raw Normal View History

2026-08-12 14:04:55 +03:00
// Code generated by apigen. DO NOT EDIT.
using Newtonsoft.Json;
namespace RudderSdk.Core.Models.BattlePass;
public class GetBattlePassProgressRequest
{
[JsonProperty("nodeId")]
2026-08-29 11:33:01 +03:00
public string? NodeId { get; set; }
2026-08-12 14:04:55 +03:00
[JsonProperty("scenarioId")]
2026-08-29 11:33:01 +03:00
public string? ScenarioId { get; set; }
2026-08-12 14:04:55 +03:00
}