Represents a tab configuration for global navigation in the Mintlify documentation site.
public class GlobalTabConfig
[JsonPropertyName("hidden")] public bool? Hidden { get; set; }
[JsonPropertyName("href")] public string Href { get; set; }
[JsonPropertyName("icon")] public object Icon { get; set; }
[JsonPropertyName("tab")] public string Tab { get; set; }