<PackageReference Include="Grpc.Net.Client" Version="2.71.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.
public IDictionary<string, object> Inner { get; }

Gets the underlying configuration values.