Interface IGlowRestClientOptions
public interface IGlowRestClientOptions : IGlowClientOptions
Properties
BaseUri
string? BaseUri { get; set; }
Property Value
DefaultIgnoreCondition
JsonIgnoreCondition DefaultIgnoreCondition { get; set; }
Property Value
DictionaryKeyPolicy
JsonNamingPolicy? DictionaryKeyPolicy { get; set; }
Property Value
PropertyNamingPolicy
JsonNamingPolicy? PropertyNamingPolicy { get; set; }