Files
rudder-csharp-sdk/Quests/ReportQuestProgressResponse.cs
T

14 lines
311 B
C#
Raw Normal View History

// 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; }
}