Files
rudder-csharp-sdk/Quests/ReportQuestProgressResponse.cs
T
2026-09-06 22:25:32 +03:00

13 lines
288 B
C#

// Code generated by apigen. DO NOT EDIT.
using Newtonsoft.Json;
using System.Collections.Generic;
namespace RudderSdk.Core.Models.Quests;
public class ReportQuestProgressResponse
{
[JsonProperty("completedQuestSlugs")]
public List<string>? CompletedQuestSlugs { get; set; }
}