Files
rudder-csharp-sdk/Quests/ReportQuestProgressRequest.cs
T
2026-08-13 12:10:09 +03:00

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