14 lines
279 B
C#
14 lines
279 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 ListQuestsResponse
|
|
{
|
|
[JsonProperty("quests")]
|
|
public List<Quest> Quests { get; set; }
|
|
|
|
}
|