2026-08-13 12:10:09 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
namespace RudderSdk.Core.Models.Quests;
|
|
|
|
|
|
|
|
|
|
public class ReportQuestProgressResponse
|
|
|
|
|
{
|
2026-09-06 22:25:32 +03:00
|
|
|
[JsonProperty("completedQuestSlugs")]
|
|
|
|
|
public List<string>? CompletedQuestSlugs { get; set; }
|
2026-08-13 12:10:09 +03:00
|
|
|
|
|
|
|
|
}
|