2026-08-12 14:04:55 +03:00
|
|
|
// Code generated by apigen. DO NOT EDIT.
|
|
|
|
|
using Newtonsoft.Json;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
|
|
|
|
namespace RudderSdk.Core.Models.RemoteConfig;
|
|
|
|
|
|
|
|
|
|
public class ListRemoteConfigsResponse
|
|
|
|
|
{
|
|
|
|
|
[JsonProperty("configs")]
|
2026-08-29 11:33:01 +03:00
|
|
|
public Dictionary<string, RemoteConfig>? Configs { get; set; }
|
2026-08-12 14:04:55 +03:00
|
|
|
|
|
|
|
|
}
|