Grpc.Net.Client.Balancer.BalancerAttributesKey<TValue>
Represents the key used to get and set BalancerAttributes values.
Note: Experimental API that can change or be removed without any prior notice.
namespace Grpc.Net.Client.Balancer
{
public readonly struct BalancerAttributesKey<[System.Runtime.CompilerServices.Nullable(2)] TValue>
{
public string Key { get; }
public BalancerAttributesKey(string key);
}
}