// Code generated by apigen. DO NOT EDIT. using Newtonsoft.Json; 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; } }