<PackageReference Include="Grpc.Net.Client" Version="2.70.0" />

Grpc.Net.Client.Configuration.ConfigObject

public abstract class ConfigObject : IConfigValue
Represents a configuration object. Implementations provide strongly typed wrappers over collections of untyped values.
namespace Grpc.Net.Client.Configuration { public abstract class ConfigObject : IConfigValue { public IDictionary<string, object> Inner { get; } } }