15 lines
309 B
C#
15 lines
309 B
C#
// Code generated by apigen. DO NOT EDIT.
|
|
using Newtonsoft.Json;
|
|
|
|
namespace RudderSdk.Core.Models.BattlePass;
|
|
|
|
public class GetBattlePassProgressRequest
|
|
{
|
|
[JsonProperty("nodeId")]
|
|
public string? NodeId { get; set; }
|
|
|
|
[JsonProperty("scenarioSlug")]
|
|
public string? ScenarioSlug { get; set; }
|
|
|
|
}
|