diff --git a/src/ZendeskApi_v2/Models/AccountsAndActivities/Branding.cs b/src/ZendeskApi_v2/Models/AccountsAndActivities/Branding.cs index 9fa790aa..07444731 100644 --- a/src/ZendeskApi_v2/Models/AccountsAndActivities/Branding.cs +++ b/src/ZendeskApi_v2/Models/AccountsAndActivities/Branding.cs @@ -23,5 +23,11 @@ public class Branding [JsonProperty("text_color")] public string TextColor { get; set; } + + [JsonProperty("header_logo_url")] + public string HeaderLogoUrl { get; set; } + + [JsonProperty("favicon_url")] + public string FaviconUrl { get; set; } } }