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

13 lines
284 B
C#
Raw Permalink 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("completedQuestIds")]
2026-08-29 11:33:01 +03:00
public List<string>? CompletedQuestIds { get; set; }
}