// Code generated by apigen. DO NOT EDIT. using Newtonsoft.Json; using System.Collections.Generic; namespace RudderSdk.Core.Models.RemoteConfig; public class ListRemoteConfigsResponse { [JsonProperty("configs")] public Dictionary? Configs { get; set; } }