Files
rudder-csharp-sdk/Quests/ReportQuestProgressResponse.cs
T
2026-08-13 12:10:09 +03:00

14 lines
311 B
C#

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