// Code generated by apigen. DO NOT EDIT. using Newtonsoft.Json; using Newtonsoft.Json.Linq; using System.Collections.Generic; namespace RudderSdk.Core.Models.Leaderboards; public class GetRankingResponse { [JsonProperty("entries")] public List Entries { get; set; } [JsonProperty("total")] public long Total { get; set; } }