Represents a navigation link in the Mintlify navbar.
public class NavbarLink
[JsonPropertyName("href")] public string Href { get; set; }
[JsonPropertyName("icon")] public object Icon { get; set; }
[JsonPropertyName("label")] public string Label { get; set; }