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

13 lines
288 B
C#
Raw Normal View History

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