17 lines
349 B
C#
17 lines
349 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 ReportQuestProgressRequest
|
|
{
|
|
[JsonProperty("amount")]
|
|
public long Amount { get; set; }
|
|
|
|
[JsonProperty("metric")]
|
|
public string Metric { get; set; }
|
|
|
|
}
|