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 ClaimBattlePassRewardRequest
|
|
|
|
|
{
|
|
|
|
|
[JsonProperty("level")]
|
2026-08-29 11:33:01 +03:00
|
|
|
public int? Level { get; set; }
|
2026-08-12 14:04:55 +03:00
|
|
|
|
|
|
|
|
[JsonProperty("nodeId")]
|
2026-08-29 11:33:01 +03:00
|
|
|
public string? NodeId { get; set; }
|
2026-08-12 14:04:55 +03:00
|
|
|
|
|
|
|
|
[JsonProperty("runId")]
|
2026-08-29 11:33:01 +03:00
|
|
|
public string? RunId { get; set; }
|
2026-08-12 14:04:55 +03:00
|
|
|
|
2026-09-06 22:25:32 +03:00
|
|
|
[JsonProperty("scenarioSlug")]
|
|
|
|
|
public string? ScenarioSlug { get; set; }
|
2026-08-12 14:04:55 +03:00
|
|
|
|
|
|
|
|
[JsonProperty("track")]
|
2026-08-29 11:33:01 +03:00
|
|
|
public string? Track { get; set; }
|
2026-08-12 14:04:55 +03:00
|
|
|
|
|
|
|
|
}
|